Click or drag to resize

ShellExtensionRegistrarSetDriveName Method

IT Hit User File System
Sets drive name.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.1.29632.0
Syntax
public static void SetDriveName(
	string syncRootId,
	string driveName
)

Parameters

syncRootId
Type: SystemString
Sync root identifier.
driveName
Type: SystemString
Drive name.
See Also