Click or drag to resize

VolumeEnumerateVolumeMountPoints Method

Returns an enumerable collection of String of all mounted folders (volume mount points) on the specified volume.

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

Parameters

volumeGuid
Type: SystemString
A String containing the volume Guid.

Return Value

Type: IEnumerableString
An enumerable collection of String of all volume mount points on the specified volume.
Exceptions
See Also