On Jun 4, 2004, at 11:47 AM, Trevor DeVore wrote:

However, you have to set permission accordingly. As far as I know there is not a way to set permissions from Revolution when you create a file.... (right?) .. so you can have problems to read/write files created by an other user.

You can use the shell command to change the permissions. I think you would want to chmod 666 the file to make it read/writable by everyone.

I just tested and this works -

get shell("chmod 666 " &quote& MY_FILE_PATH &quote)

--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to