I creating folders using FileSystemObject and setting rights on the
network using as asp page that uses softartisans product
"FileManager" with latest
version which allow me to create a folder in network and set the
network group's
right, like ReadOnly, Full Access....., and so on. I found out that
there is no functionality of "FileManager" to set "Allow inheritable
permissions from parent to propagate to this object" to FALSE under
the tab
"Security" of the Folder I created with FileManager. Is there any
other way that I can uncheck the "allow inheritable permissions from
parent.." through
my asp page. I cannot use registry to uncheck because I do not want to
uncheck to all the folders but I need to uncheck only those folders
that I created using my asp page.Any idea ? Thanks a lot in advance
for any help.
-Nanu