Click or drag to resize

DfsPath Class

Performs operations on strings that contain file or directory path information for the distributed file system.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.DfsDfsPath

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class DfsPath

The DfsPath type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCombine Combines two paths.
Public methodStatic memberGetDirectoryName Returns the directory information for the specified path string.
Public methodStatic memberGetFileName Returns the file name and extension of the specified path string.
Public methodStatic memberIsPathRooted Determines if the specified path is rooted.
Top
Fields
 NameDescription
Public fieldStatic memberDirectorySeparator The character that separates directory names in a path.
Top
See Also