Click or drag to resize

VolumeGetVolumeInfo Method (String)

[AlphaFS] Retrieves information about the file system and volume associated with the specified root file or directorystream.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static VolumeInfo GetVolumeInfo(
	string volumePath
)

Parameters

volumePath
Type: SystemString
A path that contains the root directory.

Return Value

Type: VolumeInfo
A VolumeInfo instance describing the volume associatied with the specified root directory.
See Also