Click or drag to resize

VolumeGetVolumeInfo Method (SafeFileHandle)

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.0
Syntax
public static VolumeInfo GetVolumeInfo(
	SafeFileHandle volumeHandle
)

Parameters

volumeHandle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
An instance to a SafeFileHandle handle.

Return Value

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