Reads the attributes of a specified file.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetFileAttributes | File | Synchronous | Supported | Supported | Supported |
−1 | Error |
1 | Read only |
2 | Hidden |
4 | System |
16 | Directory |
32 | Archive |
128 | Normal |
256 | Temporary |
Tag Name | Expression |
---|---|
Tag | GetFileAttributes( "C:\Readme.txt" ) |