Contains static file system path-related utility methods.
Same as System.IO.Path.Combine(System.String,System.String), but attempts to preserve the directory separator character.
Same as System.IO.Path.Combine(System.String,System.String), but specifying the directory separator character.
Combines multiple path components into one string.
Returns the specified with with an appended directory separator character if one was not already present.
Same as System.IO.Path.GetDirectoryName(System.String), but preserves the directory separator character.
Same as System.IO.Path.GetFileName(System.String), but preserves the directory separator character.
Returns a value indicating whether the specified path is rooted.