shell command ?
Martin Meili
bmmeili at swissonline.ch
Sun Aug 6 13:55:45 EDT 2006
How can I set file attributes?
open file FileToWriteVar for write
write "MyText" to file FileToWriteVar
close file FileToWriteVar
...... shell command (?)
--> How can I set the attribute of the file "FileToWriteVar" so that
the user can't see the file in the directory I've written the file to?
……… but he should be able to open and read from it by the "open file
for read" command.
Martin
More information about the use-livecode
mailing list