Click or drag to resize

VolumeQueryAllDosDevices Method (String)

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(
	string deviceName
)

Parameters

deviceName
Type: SystemString
(Optional, default: ) An MS-DOS device name string specifying the target of the query. This parameter can be "sort". In that case a sorted list of all existing MS-DOS device names is returned. This parameter can be . In that case, the QueryDosDevice(String, String) function will store a list of all existing MS-DOS device names into the buffer.

Return Value

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