Click or drag to resize

VolumeQueryAllDosDevices Method

Retrieves a list of all existing MS-DOS device names.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<string> QueryAllDosDevices()

Return Value

Type: IEnumerableString
An IEnumerableT with one or more existing MS-DOS device names.
See Also