checkings/setting permissions to files and folders

2004-09-10 Thread Chandrasekhar, Preetham
Hi all, I was wondering if there is any utility in the jakarta that allows me to check/set permissions and get these permissions? Also, is there any utility that unzips a zipped file. Ant has this functionality inbuilt but other than ant is there any utility in the commons package? Thanks

Re: checkings/setting permissions to files and folders

2004-09-10 Thread Stephane James Vaucher
On Fri, 10 Sep 2004, Chandrasekhar, Preetham wrote: Hi all, I was wondering if there is any utility in the jakarta that allows me to check/set permissions and get these permissions? java.io.File has some methods for this: canRead() canWrite() setReadOnly()

Re: checkings/setting permissions to files and folders

2004-09-10 Thread Paul Libbrecht
But there's nothing as rich as chmod which is, however, something many would love to have! I suppose it would be unix-only... paul Le 10 sept. 04, à 23:39, Stephane James Vaucher a écrit : I was wondering if there is any utility in the jakarta that allows me to check/set permissions and get