VolumeEnumerateVolumePathNames Method |
[AlphaFS] 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.2
Syntax public static IEnumerable<string> EnumerateVolumePathNames(
string volumeGuid
)
Public Shared Function EnumerateVolumePathNames (
volumeGuid As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ EnumerateVolumePathNames(
String^ volumeGuid
)
static member EnumerateVolumePathNames :
volumeGuid : string -> IEnumerable<string>
Parameters
- volumeGuid
- Type: SystemString
A volume Guid path: \\?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}\.
Return Value
Type:
IEnumerableStringAn enumerable collection of
String containing the path names for the specified volume.
Exceptions See Also