Help! Greetings, a question please,
Summary ....... Can we change file permissions on a file located on a server across the network, from a rev client? Details ....... Suppose I have a few lines of code in my Rev windoz program like this: put "//file.ourdomain.com/tmp/mydata.txt" into tempFile open file tempFile for write write tParsedData to file tempFile close file tempFile And suppose it works, because, I have access to the file share on ourdomain.com, so when I run the program as "sadhu", the file is created and filled with data as expected. This file is owned by sadhu and only sadhu can read from it after it is created. The question is, how can I change the permissions? What I want to do (if I were logged in to the server) is basically: chmod a+r /tmp/mydata.txt Anyone know how I can do that from the Windows side in Rev? Mahalo! and grateful thanks in advance. Sadhu _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
