Set protection for a file or directory
Source position: amigados.pas line 1716
function SetProtection( |
name: PChar; |
mask: LongInt |
):LongBool; |
name |
|
Name of File |
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 |