Set protection for a file or directory
Source position: amigados.pas line 2456
function SetProtection( |
const Name: PChar; |
Protect: LongInt |
):LongBool; |
Name |
|
Name of File |
Protect |
|
Protection Mask required |
Sets the protection attributes on a file or directory. Use FIBF_* for protection bits. The archive bit should be cleared by the filesystem whenever the file is changed. Backup utilities will generally set the bit after backing up each file.
|
Change a files' comment string |
|
|
Examine a directory or file associated with a lock |
|
|
Examine the next entry in a directory |