Click to See Complete Forum and Search --> : Can I change a file/folder permissions with FSO?


weee
01-09-2006, 01:25 PM
from read-only to read & write?

Magnus Lundberg
01-10-2006, 03:13 PM
Here are the full reference for the Filesystem Object.

http://www.w3schools.com/asp/asp_ref_filesystem.asp


In Short, yes you can change file/folder attribute flags and no you can not change user security on a file/folder with out a 3 part plugin.

/Mange