Click or drag to resize

FileUtilRemoveCommonRootPath Method

Remove the specified common root path from the specified file name.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string RemoveCommonRootPath(
	string fileName,
	string rootFileOrDirectory
)

Parameters

fileName
Type: SystemString
rootFileOrDirectory
Type: SystemString

Return Value

Type: String
See Also