|
#include <recls_platform_types.h>
Public Attributes | |
recls_byte_t | data [1] |
The opaque data of the entry; it is not accessible to any client code, and must not be manipulated in any way. | |
attributes | |
recls_uint32_t | attributes |
The entry's attributes. | |
Path components | |
recls_strptrs_t | path |
The full path of the entry. | |
recls_strptrs_t | directory |
The directory component. | |
recls_strptrs_t | fileName |
The file name component (excluding extension). | |
recls_strptrs_t | fileExt |
The file extension component (excluding '.'). | |
recls_strptrsptrs_t | directoryParts |
The directory parts. | |
File times | |
recls_time_t | modificationTime |
The time the entry was last modified. | |
recls_time_t | lastAccessTime |
The time the entry was last accessed. | |
Size | |
recls_filesize_t | size |
The size of the entry. |
|
The entry's attributes.
|
|
The opaque data of the entry; it is not accessible to any client code, and must not be manipulated in any way.
|
|
The directory component.
|
|
The directory parts.
|
|
The file extension component (excluding '.').
|
|
The file name component (excluding extension).
|
|
The time the entry was last accessed.
|
|
The time the entry was last modified.
|
|
The full path of the entry.
|
|
The size of the entry.
|
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2005 |