SPPlatformFileInfo Struct Reference
Platform-specific file metadata.
More...
#include <SPFiles.h>
List of all members.
Public Attributes |
ai::uint32 | attributes |
| Not used.
|
ai::uint32 | creationDate |
| Date file was created (Mac OS).
|
ai::uint32 | modificationDate |
| Data file was last modified (Mac OS).
|
ai::uint32 | finderType |
| Type of file for Finder (Mac OS).
|
ai::uint32 | finderCreator |
| File creator (Mac OS).
|
ai::uint16 | finderFlags |
| File flags for Finder (Mac OS); see Mac OS documentation.
|
ai::uint32 | lowCreationTime |
| Least-significant byte of the file creation date-time (Windows).
|
ai::uint32 | highCreationTime |
| Most-significant byte of the file creation date-time (Windows).
|
ai::uint32 | lowModificationTime |
| Least-significant byte of the file modification date-time (Windows).
|
ai::uint32 | highModificationTime |
| Most-significant byte of the file modification date-time (Windows).
|
const wchar_t * | extension |
| The file-name extension indicating the file type (Windows).
|
Detailed Description
Platform-specific file metadata.
Member Data Documentation
Not used.
File attribute flags (Windows); see Windows documentation.
Date file was created (Mac OS).
The file-name extension indicating the file type (Windows).
File flags for Finder (Mac OS); see Mac OS documentation.
Type of file for Finder (Mac OS).
Most-significant byte of the file creation date-time (Windows).
Most-significant byte of the file modification date-time (Windows).
Least-significant byte of the file creation date-time (Windows).
Least-significant byte of the file modification date-time (Windows).
Data file was last modified (Mac OS).
The documentation for this struct was generated from the following file: