Skip to content
Auto
Products

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 IFileSystemCustomPathOperations

Gets the character that separates directory levels in a path.

public virtual char DirectorySeparator { get; }

char

A Char used by the file system to separate directory levels.

Gets a correct path for the specified path.

public virtual string CorrectPath(string path)
  • path string
    The path to correct.

string

A String representing the correct path.