Namespace Singulink.IO
Classes
DirectoryPath
Contains methods for parsing directory paths and working with special directories.
FilePath
Contains methods for parsing file paths and working with special files.
PathFormat
Provides formatting for OS specific and universal path formats.
SearchOptions
Provides options that control search behavior in directories.
SystemExtensions
Provides extension methods that convert System.IO types to Singulink.IO.FileSystem types.
UnauthorizedIOAccessException
The exception that is thrown when the operating system denies access because of an I/O error.
Interfaces
IAbsoluteDirectoryPath
Represents an absolute path to a directory.
IAbsoluteFilePath
Represents an absolute path to a file.
IAbsolutePath
Represents an absolute path to a file or directory.
IDirectoryPath
Represents an absolute or relative path to a directory.
IFilePath
Represents an absolute or relative path to a file.
IPath
Represents an absolute or relative path to a file or directory.
IRelativeDirectoryPath
Represents a relative path to a directory.
IRelativeFilePath
Represents a relative path to a file.
IRelativePath
Represents a relative path to a file or directory.
Enums
PathOptions
Provides options to control how path parsing is handled.