copy files to different directory permission issue
429687Aug 25 2005 — edited Sep 6 2005I have some java code where I'm trying to take .pdf files from one directory and copy them to another directory. My code compiles fine but when I try to run it I keep getting a write permission for the file. I've tried all of the grant_permissions ie. filepermission, runtimepermission etc. on the directories with read,write,delete and execute but I keep getting the error. What am I missing?