VolumeEnumerateVolumePathNames Method |
Returns an enumerable collection of
String drive letters and mounted folder paths for the specified volume.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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