VolumeEnumerateVolumeMountPoints Method |
Returns an enumerable collection of
String of all mounted folders (volume mount points) on the specified volume.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<string> EnumerateVolumeMountPoints(
string volumeGuid
)
Public Shared Function EnumerateVolumeMountPoints (
volumeGuid As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateVolumeMountPoints(
String^ volumeGuid
)
static member EnumerateVolumeMountPoints :
volumeGuid : string -> IEnumerable<string>
Parameters
- volumeGuid
- Type: SystemString
A String containing the volume Guid.
Return Value
Type:
IEnumerableStringAn enumerable collection of
String of all volume mount points on the specified volume.
Exceptions See Also