Click or drag to resize

FileSystemEntryGetIdWithVolumeSerialNumber Method

Gets the volume serial number and file identifier of a path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Tuple<ulong, Guid> GetIdWithVolumeSerialNumber(
	string fullPath,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The full path.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Return Value

Type: TupleUInt64, Guid
A tuple containing the volume serial number and the file identifier of a path.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullPath is null.
See Also