VolumeDeleteVolumeLabel Method |
Deletes the label of a file system volume.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void DeleteVolumeLabel(
string rootPathName
)
Public Shared Sub DeleteVolumeLabel (
rootPathName As String
)
public:
static void DeleteVolumeLabel(
String^ rootPathName
)
static member DeleteVolumeLabel :
rootPathName : string -> unit
Parameters
- rootPathName
- Type: SystemString
The root directory of a file system volume. This is the volume the function will remove the label.
Exceptions See Also