| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Gets the value of file attributes for the specified file name
Source position: lazfileutils.pas line 114
function FileGetAttrUTF8( |
const FileName: string |
):LongInt; |
FileName |
|
File name for the function |
File attribute value for the specified file name
FileGetAttrUTF8 is a Longint function used to get files attributes for the specified file name. For the Windows enviroment, GetFileAttributesW in Windows is called to the file attribute value for Filename. For UNIX-like enviroments, FileGetAttr in SysUtils is called to the the return value.
The return value contains a numeric value that can be OR-ed with the following constants to get a specific file attribute:
| lazarus-ccr.sourceforge.net |