VolumeSetCurrentVolumeLabel Method |
Sets the label of the file system volume that is the root of the current directory.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void SetCurrentVolumeLabel(
string volumeName
)
Public Shared Sub SetCurrentVolumeLabel (
volumeName As String
)
public:
static void SetCurrentVolumeLabel(
String^ volumeName
)
static member SetCurrentVolumeLabel :
volumeName : string -> unit
Parameters
- volumeName
- Type: SystemString
A name for the volume.
Exceptions See Also