2
votes
Setting Folder Security
JEDI Windows API
– This article describes some ways how to set the security on a folder using JWSCL. Usually, we want to add some rights for a particular user to a folder so she gets access. I can say that is a heck of work to do with WinAPI. But still with JWSCL we need to consider some things. The following code creates a folder named “JWSCLTest” and applies a DACL that allows full control to everyone. The folder will inherit its security settings to child folders and files (check the afXXX flags). const JWSCLTestFolder = 'JWSCLTestFolder'; var SD : TJwSecurityDescriptor; ...
Statistics
|
Visits by Source |
User Actions |



