TDiskVolume
From Ultibo.org
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TDiskVolume = class(TListObject)
Function declarations
[Expand]
constructor TDiskVolume.Create(ADriver:TFileSysDriver; ADevice:TDiskDevice; APartition:TDiskPartition; AVolumeNo:Integer);
Description: To be documented
[Expand]
function TDiskVolume.GetMaxFile:Integer;
Description: Get MaxFile from FileSystem if Mounted
[Expand]
function TDiskVolume.GetMaxPath:Integer;
Description: Get MaxPath from FileSystem if Mounted
[Expand]
function TDiskVolume.GetAttributes:LongWord;
Description: Get Attributes from FileSystem if Mounted
[Expand]
function TDiskVolume.GetSystemName:String;
Description: Get SystemName from FileSystem if Mounted
[Expand]
function TDiskVolume.GetVolumeName:String;
Description: Get VolumeName from FileSystem if Mounted
[Expand]
function TDiskVolume.GetVolumeGUID:String;
Description: Get VolumeGUID from FileSystem if Mounted
[Expand]
function TDiskVolume.GetVolumeSerial:LongWord;
Description: Get VolumeSerial from FileSystem if Mounted
[Expand]
function TDiskVolume.GetFileSysType:TFileSysType;
Description: Get FileSysType from FileSystem if Mounted
[Expand]
procedure TDiskVolume.SetFileSystem(AFileSystem:TFileSystem);
Description: Set the FileSystem and Reinitialize the Volume
[Expand]
function TDiskVolume.GetSectorSize:Word;
Description: Get SectorSize from FileSystem (Mounted) or Volume (Not Mounted)
[Expand]
function TDiskVolume.GetStartSector:Int64;
Description: Get StartSector from FileSystem (Mounted) or Volume (Not Mounted)
[Expand]
function TDiskVolume.GetSectorCount:LongWord;
Description: Get SectorCount from FileSystem (Mounted) or Volume (Not Mounted)
[Expand]
function TDiskVolume.MediaTypeToDriveType(AMediaType:TMediaType):TDriveType;
Description: To be documented
[Expand]
function TDiskVolume.CreateDrive(ADriveNo:Integer):TDiskDrive;
Description: To be documented
[Expand]
function TDiskVolume.FormatVolume(AFloppyType:TFloppyType; AFileSysType:TFileSysType):Boolean;
Description: To be documented
[Expand]
function TDiskVolume.ConvertVolume(AFileSysType:TFileSysType):Boolean;
Description: To be documented
[Expand]
function TDiskVolume.ShrinkVolume(const AStart,ASize:Int64):Boolean;
Description: To be documented
[Expand]
function TDiskVolume.ExpandVolume(const AStart,ASize:Int64):Boolean;
Description: To be documented
[Expand]
function TDiskVolume.ReadVolume(AHandle:THandle; var ABuffer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TDiskVolume.WriteVolume(AHandle:THandle; const ABuffer; ACount:Integer):Integer;
Description: To be documented
[Expand]
function TDiskVolume.SeekVolume(AHandle:THandle; const AOffset:Int64; AOrigin:Integer):Int64;
Description: To be documented
Return to Unit Reference