C++: boolean vtiSetFolderOptions(BSTR pszFolder, boolean bExecutable, boolean bReadable);
VB: vtiSetFolderOptions(Folder as String, Executable as Boolean, Readable as Boolean) as Boolean
Description
Provides a way to set whether or not a folder in the current FrontPage web has execute and read permissions.
Return Value
True – success
False – failure
Parameters
Folder is the web-relative path to the folder whose permissions are to be changed.
Executable should be set True to turn on execute permission or False to turn it off.
Readable should be set True to turn on read permission or False to turn it off.