VolumeGetVolumeInfo Method (String) |
Retrieves information about the file system and volume associated with the specified root file or directorystream.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static VolumeInfo GetVolumeInfo(
string volumePath
)
Public Shared Function GetVolumeInfo (
volumePath As String
) As VolumeInfo
public:
static VolumeInfo^ GetVolumeInfo(
String^ volumePath
)
static member GetVolumeInfo :
volumePath : string -> VolumeInfo
Parameters
- volumePath
- Type: SystemString
A path that contains the root directory.
Return Value
Type:
VolumeInfoA
VolumeInfo instance describing the volume associatied with the specified root directory.
See Also