Click or drag to resize

CoreUtilsStripRelativePathPartFromFullPathFilename Method

Strips off the part where the relative part of the parth starts and returns that. E.g. if pathFilename is c:\dir1\dir2\.\dir3\filename.ext then this function will return .\dir3\filename.ext

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.12.0.0 (5.12.0)
Syntax
public static string StripRelativePathPartFromFullPathFilename(
	string pathFilename
)

Parameters

pathFilename
Type: SystemString

Return Value

Type: String
See Also