WHoops -- typo  --since I want to delete the files after copying them,
chmod 777   allows everyone to delete files,
                    chmod 644 allows everyone to read only

thus the correct line
get shell("chmod 777" && ("C:/temp/_outputFiles/" & filename & ".txt"))

also show below
Solved for my situation

-1- For the Win 2003 C:/temp/_outputFiles/ folder, set the security to this user (Rev) as Full Control
-2-
put logText into url ("File:" & "C:/temp/_outputFiles/" & filename & ".txt")
get shell("chmod 777" && ("C:/temp/_outputFiles/" & filename & ".txt"))


Jim Ault
Las Vegas
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to