IOUtils
Contents |
Delphi Information
Enum
| TFileAccess |
Enumerates the possible file access modes. |
| TFileAttribute |
Enumerates the possible file and directory attributes. |
| TFileMode |
Enumerates the possible modes to open a file. |
| TFileShare |
Enumerates the possible file share modes. |
| TPathPrefixType |
Enumerates the possible extended path prefix types. |
| TSearchOption |
Describes the possible ways to traverse a directory structure. |
Set
| TFileAttributes |
Represents a set of file or directory attributes. |
Struct
| TDirectory |
Contains a large number of static utility methods used in directory manipulations. |
| TFile |
Contains a large number of static utility methods used in file manipulations. |
| TPath |
Contains a large number of static utility methods used in path manipulations. |
Variable
| FAltDirectorySeparatorChar | |
| FDirectorySeparatorChar | |
| FExtensionSeparatorChar | |
| FFileNameWildCardChars | |
| FInvalidFileNameChars | |
| FInvalidPathChars | |
| FPathSeparator | |
| FPathWildcardChars | |
| FVolumeSeparatorChar |
C++ Information
Class
| TDirectory |
Contains a large number of static utility methods used in directory manipulations. |
| TFile |
Contains a large number of static utility methods used in file manipulations. |
| TFilterPredicate | |
| TPath |
Contains a large number of static utility methods used in path manipulations. |
Enum
| TFileAccess |
Enumerates the possible file access modes. |
| TFileAttribute |
Enumerates the possible file and directory attributes. |
| TFileMode |
Enumerates the possible modes to open a file. |
| TFileShare |
Enumerates the possible file share modes. |
| TPathPrefixType |
Enumerates the possible extended path prefix types. |
| TSearchOption |
Describes the possible ways to traverse a directory structure. |
Typedef
| TFileAttributes |
Represents a set of file or directory attributes. |