D
dnp
I am using java 1.4.2 on unix.
How do I create a file with a paricular permission?
I am creating a the file like this and I have know idea how to give it
a
set of permissions.
log = new PrintWriter (new FileOutputStream (logFileName, logAppend),
true);
thanks,
Dan
How do I create a file with a paricular permission?
I am creating a the file like this and I have know idea how to give it
a
set of permissions.
log = new PrintWriter (new FileOutputStream (logFileName, logAppend),
true);
thanks,
Dan