VolumeInfo Constructor (String) |
Initializes a VolumeInfo instance.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public VolumeInfo(
string volumeName
)
Public Sub New (
volumeName As String
)
public:
VolumeInfo(
String^ volumeName
)
new :
volumeName : string -> VolumeInfo
Parameters
- volumeName
- 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.
Exceptions See Also