Back to FabImage Library website
You are here: Start » Function Reference » System » File System » FileAttributes
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Provides information about file, e.g. size, modification time
Syntax
void fil::FileAttributes ( const ftl::File& inFile, int& outSizeInKBytes, ftl::int64& outSizeInBytes, bool& outIsReadOnly, ftl::String& outAccessTime, ftl::String& outModificationTime, ftl::String& outCreationTime, ftl::int64& outAccessTimeValue, ftl::int64& outModificationTimeValue, ftl::int64& outCreationTimeValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inFile | const File& | Input file | |
![]() |
outSizeInKBytes | int& | File size in kilobytes | |
![]() |
outSizeInBytes | int64& | File size in bytes | |
![]() |
outIsReadOnly | bool& | Flag indicating whether the file is read-only | |
![]() |
outAccessTime | String& | File access time | |
![]() |
outModificationTime | String& | File modification time | |
![]() |
outCreationTime | String& | File creation time, 0 on unix systems | |
![]() |
outAccessTimeValue | int64& | File access time value | |
![]() |
outModificationTimeValue | int64& | File modification time value | |
![]() |
outCreationTimeValue | int64& | File creation time value, 0 on unix systems |
Remarks
Linux
File creation time is unavailable when running FIL on Linux due to file system restrictions. It will always report value 0 which translates to the following time: 1970-01-01T01:00:00.