Click or drag to resize

VolumeEnumerateVolumePathNames Method

Returns an enumerable collection of String drive letters and mounted folder paths for the specified volume.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<string> EnumerateVolumePathNames(
	string volumeGuid
)

Parameters

volumeGuid
Type: SystemString
A volume Guid path: \\?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\.

Return Value

Type: IEnumerableString
An enumerable collection of String containing the path names for the specified volume.
Exceptions
See Also