Click or drag to resize

IOUtilitiesPathGetName Method

Get the name part of the path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string PathGetName(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: String
The name or the empty string.
See Also