FileSystemWrap class FileSystemWrap : IFileSystem Represents a IO class object wrapper to access and create file system related objects. Documentation Code public IDirectory Directory { get; } public IFile File { get; } public IPath Path { get; } public IDirectoryInfo CreateDirectoryInfo(string path) public IFileInfo CreateFileInfo(string fileName) public IStreamWriter CreateStreamWriter(string path, bool append) public IStreamWriter CreateStreamWriter(string path, bool append, Encoding encoding) public IFileSystem DeepCopy()