Click or drag to resize

LocalFileSystemGetRelativePathFromFullPath Method

Gets a path relative to the root path, from a full path.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetRelativePathFromFullPath(
	string fullPath
)

Parameters

fullPath
Type: SystemString
The full path.

Return Value

Type: String
A relative path or null if the path is not located under the root path.
See Also