| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Set file attributes
Source position: dosh.inc line 123
| procedure SetFAttr( | 
| var f; | 
| attr: Word | 
| ); | 
SetFAttr sets the file attributes of the file-variable F. F can be a untyped or typed file, or of type Text. F must have been assigned, but not opened. The attributes can be a sum of the following constants:
| Remark: | Under Unix like systems (such as Linux and BeOS) the call exists, but is not implemented, i.e. it does nothing. | 
Errors are reported in DosError.
| 
 | Get file attributes |