Click or drag to resize
DigitalRunePath Class
A portable replacement of System.IO.Path.
Inheritance Hierarchy
SystemObject
  DigitalRune.StoragesPath

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static class Path

The Path type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeExtension
Changes the extension of a path string.
Public methodStatic memberCombine(String)
Combines an array of strings into a path.
Public methodStatic memberCombine(String, String)
Combines two path strings.
Public methodStatic memberGetDirectoryName
Returns the directory information for the specified path string.
Public methodStatic memberGetFullPath
Returns the absolute path for the specified path string.
Public methodStatic memberGetRelativePath
Creates a relative file path.
Public methodStatic memberIsPathRooted
Gets a value indicating whether the specified path string contains a root.
Top
Fields
  NameDescription
Public fieldStatic memberDirectorySeparatorChar
Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.
Top
See Also