[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Dos' (#rtl)

SetFAttr

Set file attributes

Declaration

Source position: dosh.inc line 128

procedure SetFAttr(

  var f;

  attr: Word

);

Description

SetFAttrsets the file attributes of the file-variable F. Fcan be a untyped or typed file, or of type Text. Fmust 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

Errors are reported in DosError.

See also

GetFAttr

  

Get file attributes