VolumeQueryAllDosDevices Method |
[AlphaFS] Retrieves a sorted list of all existing MS-DOS device names.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<string> QueryAllDosDevices()
Public Shared Function QueryAllDosDevices As IEnumerable(Of String)
public:
static IEnumerable<String^>^ QueryAllDosDevices()
static member QueryAllDosDevices : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringAn
IEnumerableT sorted list of all existing MS-DOS device names.
See Also