FileUtilCombineAndNormalizePath Method |
Combine the two specified paths, removing any "..\" prefixes from the 2nd path,
while removing corresponding subdirectories from the 1st path at the same time.
Also, ensure that only a single '\' is used to combine the paths.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string CombineAndNormalizePath(
string path1,
string path2
)
Parameters
- path1
- Type: SystemString
- path2
- Type: SystemString
Return Value
Type:
StringSee Also