Joseph R. McVerry wrote:
Is there a way, in the java.io classes, to set file permissions when creating a flat file?

java.io.File has a setReadOnly() method.


java.io.RandomAccessFile must be constructed with String with specifies permissions.

... in case either of these will do what you need.



_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to