Constant | Value | Description |
---|
SANoAccess | 1 | All Access is denied. |
SARead | 2 | The file can be read. |
SAWrite | 4 | The file can be written. |
SAExecute | 8 | The file can be executed. |
SADelete | 16 | The file can be deleted. |
SAPermissions | 32 | Permissions on the file can be changed. |
SAOwner | 64 | Allows taking ownership of the file. |
SAFull | 126 | Allows all of the above permissions (except NoAccess). |
saList (Windows 2000 only) | 256 | Folder content list can be viewed. |
saReadExecute (Windows 2000 only) | 512 | The file can be read and executed. |
saModify (Windows 2000 only) | 1024 | The file can be modified. |