Click or drag to resize

FileSystemVolumeLogicalDrives Property

Gets the list of drive letters.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<string> LogicalDrives { get; }

Property Value

Type: IEnumerableString
The list of drive letters.
See Also