Iso11783FSGetFileInfo
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function retrieves information about a file or directory. In the entry of the array, the following information is returned:- Index 0: bit-field with valid entries, bit 1 set = index 1 is valid, …
- Index 1: attributes of the file:
- Bit 1: Read Only
- Bit 2: Hidden
- Bit 3: System
- Bit 5: Directory
- Bit 6: Archive
- Bit 7: File/Directory is on removable media
- Index 2: year
- Index 3: month
- Index 4: day
- Index 5: hour
- Index 6: minute
- Index 7: second
Parameters
- fileHandle: File or directory handle, see also Iso11783FSOpenFile
- fileName: Name of file or directory
- infoCount: Number of elements in
retInfo - retInfo: Contains the information about the file or directory