LocalFileSystemGetRelativePathFromFullPath Method |
Gets a path relative to the root path, from a full path.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string GetRelativePathFromFullPath(
string fullPath
)
Parameters
- fullPath
- Type: SystemString
The full path.
Return Value
Type:
StringA relative path or null if the path is not located under the root path.
See Also