IFileSystemCustomPathOperations
Namespace: TagBites.IO.Operations
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides custom path handling for a FileSystem.
public interface IFileSystemCustomPathOperationsProperties
Section titled “Properties”DirectorySeparator
Section titled “DirectorySeparator”Gets the character that separates directory levels in a path.
public virtual char DirectorySeparator { get; }Property Value
Section titled “Property Value”A Char used by the file system to separate directory levels.
Methods
Section titled “Methods”CorrectPath(string)
Section titled “CorrectPath(string)”Gets a correct path for the specified path.
public virtual string CorrectPath(string path)Parameters
Section titled “Parameters”pathstring
The path to correct.
Returns
Section titled “Returns”A String representing the correct path.