Click or drag to resize

DiskSpaceInfo Constructor (String)

Initializes a DiskSpaceInfo instance.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DiskSpaceInfo(
	string drivePath
)

Parameters

drivePath
Type: SystemString
A valid drive path or drive letter. This can be either uppercase or lowercase, 'a' to 'z' or a network share in the format: \\server\share
See Also