VDriveInfo Class
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
Provides access to a virtual File
Syntax
public sealed class VDriveInfo
Inherited Members
Constructors
Name | Description |
---|---|
VDrive |
Initializes a new instance of the VDrive |
Properties
Name | Description |
---|---|
Available |
Gets the available free space on the drive. Note: Currently returns -1 (unknown value) for all virtual file system drives. |
Drive |
Gets the drive format. Note: Currently returns constant string 'Rebex VFS - virtual file system' for all virtual file system drives. |
Drive |
Gets the drive type. Note: Currently return DriveType.Unknown for all virtual file system drives. |
Is |
Gets a value that indicates if the drive is ready. Note: Currently return true (drive is ready) for all all virtual file system drives. |
Name | Gets the drive name. |
Root |
Gets a instance of the VDirectory |
Total |
Gets the total free space on the drive. Note: Currently returns -1 (unknown value) for all virtual file system drives. |
Total |
Gets the total size of the drive. Note: Currently returns -1 (unknown value) for all virtual file system drives. |
Volume |
Gets the drive volume label. Note: Currently returns Empty for all virtual file system drives. |
Methods
Name | Description |
---|---|
Get |
Method returns all registered virtual file system providers in the form of the VDrive |
To |
Returns the drive name. |