Language:
Русский
English
SetFAttr (procedure) (WinDos unit)
Sets the attributes of a file.
Declaration
procedure SetFAttr(var F; Attr: Word);
Target
Windows, Real, Protected
Remarks
Errors are reported in DosError. Possible error codes are
- 3 (Invalid Path)
- 5 (File Access Denied)
Restrictions
The file cannot be open.