ObjFW
|
Go to the source code of this file.
Classes | |
class | OFFileManager |
A class which provides management for files, e.g. reading contents of directories, deleting files, renaming files, etc. More... | |
Typedefs | |
typedef OFConstantString * | of_file_attribute_key_t |
A key for a file attribute in the file attributes dictionary. More... | |
typedef OFConstantString * | of_file_type_t |
The type of a file. More... | |
typedef OFDictionary * | of_file_attributes_t |
A dictionary mapping keys of type of_file_attribute_key_t to their attribute values. | |
typedef OFMutableDictionary * | of_mutable_file_attributes_t |
A mutable dictionary mapping keys of type of_file_attribute_key_t to their attribute values. | |
typedef OFConstantString* of_file_attribute_key_t |
A key for a file attribute in the file attributes dictionary.
Possible keys for file URLs are:
Other URL schemes might not have all keys and might have keys not listed.
typedef OFConstantString* of_file_type_t |
The type of a file.
Possibles values for file URLs are:
Other URL schemes might not have all types and might have types not listed.
|
extern |
The creation date of the file as an OFDate.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileCreationDate.
|
extern |
The group of the file as an OFString.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileGroup.
|
extern |
The last access date of the file as an OFDate.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileLastAccessDate.
|
extern |
The last modification date of the file as an OFDate.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileModificationDate.
|
extern |
The owner of the file as an OFString.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileOwner.
|
extern |
The POSIX GID of the file as an OFNumber.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::filePOSIXGID.
|
extern |
The POSIX permissions of the file as an OFNumber.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::filePOSIXPermissions.
|
extern |
The POSIX UID of the file as an OFNumber.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::filePOSIXUID.
|
extern |
The size of the file as an OFNumber.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileSize.
|
extern |
The last status change date of the file as an OFDate.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileStatusChangeDate.
|
extern |
The destination of a symbolic link as an OFString.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileSymbolicLinkDestination.
|
extern |
The type of the file.
The corresponding value is of type of_file_type_t.
For convenience, a category on OFDictionary is provided to access this via OFDictionary::fileType.