Difference between revisions of "Unit EXTFS"
From Ultibo.org
Line 5: | Line 5: | ||
---- | ---- | ||
− | '''Ultibo EXT2/3/4 File System | + | '''Ultibo EXT2/3/4 File System Interface unit''' |
− | + | ||
− | + | ||
=== Constants === | === Constants === |
Latest revision as of 05:36, 31 August 2021
Return to Unit Reference
Contents
[hide]Description
Ultibo EXT2/3/4 File System Interface unit
Constants
[Expand]
extfs_*
Type definitions
EXTFS specific types
TEXTFSType = (etNONE,etEXT2,etEXT3,etEXT4);
|
Class definitions
EXTFS specific classes
TEXTFSRecognizer = class(TRecognizer)
|
TEXTFSPartitioner = class(TDiskPartitioner)
|
TEXTFSFileSystem = class(TFileSystem)
|
Public variables
None defined
Function declarations
Initialization functions
Return to Unit Reference