Click or drag to resize
VolumeSetCurrentVolumeLabel Method
Sets the label of the file system volume that is the root of the current directory.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static void SetCurrentVolumeLabel(
	string volumeName
)

Parameters

volumeName
Type: SystemString
A name for the volume.
Exceptions
ExceptionCondition
ArgumentNullExceptionvolumeName is a reference.
See Also