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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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