VolumeQueryAllDosDevices Method |
Retrieves a list of all existing MS-DOS device names.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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 with one or more existing MS-DOS device names.
See Also