TDiskDrive
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TDiskDrive = class(TListObject)
Function declarations
[Expand]
constructor TDiskDrive.Create(ADriver:TFileSysDriver; AVolume:TDiskVolume; ADriveNo:Integer);
Description: To be documented
[Expand]
function TDiskDrive.GetMaxFile:Integer;
Description: Get MaxFile from FileSystem if Mounted
[Expand]
function TDiskDrive.GetMaxPath:Integer;
Description: Get MaxPath from FileSystem if Mounted
[Expand]
function TDiskDrive.GetAttributes:LongWord;
Description: Get Attributes from FileSystem if Mounted
[Expand]
function TDiskDrive.GetSystemName:String;
Description: Get SystemName from FileSystem if Mounted
[Expand]
function TDiskDrive.GetVolumeName:String;
Description: Get VolumeName from FileSystem if Mounted
[Expand]
function TDiskDrive.GetVolumeGUID:String;
Description: Get VolumeGUID from FileSystem if Mounted
[Expand]
function TDiskDrive.GetVolumeSerial:LongWord;
Description: Get VolumeSerial from FileSystem if Mounted
[Expand]
function TDiskDrive.GetDriveType:TDriveType;
Description: Get DriveType from Volume or Drive
[Expand]
function TDiskDrive.GetFileSysType:TFileSysType;
Description: Get FileSysType from FileSystem if Mounted
[Expand]
procedure TDiskDrive.SetFileSystem(AFileSystem:TFileSystem);
Description: Set the FileSystem and Reinitialize the Drive
[Expand]
function TDiskDrive.GetRemovable:Boolean;
Description: Get the Removable flag from Volume or Drive
[Expand]
function TDiskDrive.GetRecognizable:Boolean;
Description: Get the Recognizable flag from Volume or Drive
[Expand]
function TDiskDrive.GetRecognized:Boolean;
Description: Get the Recognized flag from Volume or Drive
[Expand]
function TDiskDrive.GetSectorSize:Word;
Description: Get SectorSize from FileSystem (Mounted) or Volume/Drive (Not Mounted)
[Expand]
function TDiskDrive.GetStartSector:Int64;
Description: Get StartSector from FileSystem (Mounted) or Volume/Drive (Not Mounted)
[Expand]
function TDiskDrive.GetSectorCount:LongWord;
Description: Get SectorCount from FileSystem (Mounted) or Volume/Drive (Not Mounted)
Return to Unit Reference