Re:java in CFMX question

2003-11-18 Thread Kyle McNamara
hey joe, my read only approach works already... it is just trying to write that is the trouble now... ity appears that the syntax you gave me was the smae thing I did using cfobject.. also, a guy from a java posting said this: "FilePermission is used in conjunction with SecurityManager and .policy

Re:java in CFMX question

2003-11-18 Thread Kyle McNamara
java.io.FilePermission >From j2se/1.4.2 Javdocs: "Creates a new FilePermission object with the specified actions. path is the pathname of a file or directory, and actions contains a comma-separated list of the desired actions granted on the file or directory. Possible actions are "read", "write",