Click or drag to resize

VolumeSetCurrentVolumeLabel Method

[AlphaFS] 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.2
Syntax
public static void SetCurrentVolumeLabel(
	string volumeName
)

Parameters

volumeName
Type: SystemString
A name for the volume.
Exceptions
ExceptionCondition
ArgumentNullException
See Also