Click or drag to resize
VolumeDeleteVolumeLabel Method
Deletes the label of a file system volume.

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

Parameters

rootPathName
Type: SystemString
The root directory of a file system volume. This is the volume the function will remove the label.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also