I want to open .txt file in read only mode. How?My file is already exist
Dear Friends,I want to open .txt file in read only mode using java code. how ? please help me....file is stored in E drive. I want to open it and read it. it should not be modified by anyone. so it shoud be open in read only mode,Thanks Sandhya
> file is stored in E drive. I want to open it and read> it. it should not be modified by anyone. so it shoud> be open in read only mode,No, if you open it in read only mode, it means you can't modify it.