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)
Syntaxpublic static string StripRelativePathPartFromFullPathFilename(
string pathFilename
)
Public Shared Function StripRelativePathPartFromFullPathFilename (
pathFilename As String
) As String
Parameters
- pathFilename
- Type: SystemString
Return Value
Type:
String
See Also