|
First create a DriveInfo object and pass directory name to DriveInfo class as a parameter: Dim driveDescription As New System.IO.DriveInfo( "C:
|
|
The title was what this class was mainly created for. It's a small wrapper that extends the System.IO.DriveInfo, mainly with the purpose of setting the drive mappings.
|
|
I notice that there is already a UnixDriveInfo. I'm implementing a System.IO.DriveInfo that currently just reflects on UnixDriveInfo. I've noticed some issues though.
|
|
On Thu, 2006-02-09 at 14:40 +1300, Thong Nguyen wrote: > I notice that there is already a UnixDriveInfo. I'm implementing a > System.IO.DriveInfo that currently just reflects on ...
|
|
The members of System.IO.DriveInfo are listed below. See Also: Inherited members from System.Object [ ...
|
|
Mono Class Library : System.IO Namespace System.IO.DriveInfo Class: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
Visual Basic .NET System.IO.DriveInfo.GetDrives doesn't work under Mono 1.2.6 ... where the New Generation meets applied philosophy,TECHnology,engineering and code poetry
|
|
It provides access to information on a disk and provides methods and properties to access drive information.
|
|
Note: This class is new in the .NET Framework version 2.0. Provides access to ... System.Object System.IO.DriveInfo
|
|
Provides access to information on a drive. ... This class models a drive and provides methods and properties to query for drive information.
|