Click or drag to resize

IFileSystemPathUtility Interface

Provides helper methods for manipulating paths.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public interface IFileSystemPathUtility

The IFileSystemPathUtility type exposes the following members.

Properties
  NameDescription
Public propertyDirectorySeparator
Gets the character that separates directory names in a path.
Top
Methods
  NameDescription
Public methodCombine
Combines two paths.
Public methodGetDirectoryName
Returns the directory information for the specified path string.
Public methodGetFileName
Returns the file name and extension of the specified path string.
Public methodIsPathRooted
Determines if the specified path is rooted.
Top
See Also