2using System.IO.Abstractions;
31 => base.ResolvePathCore(
IIOManager that resolves paths to Environment.CurrentDirectory.
string ConcatPath(params string[] paths)
Combines an array of strings into a path.The combined path.
readonly IFileSystem fileSystem
The backing IFileSystem.
An IIOManager that resolve relative paths from another IIOManager to a subdirectory of that.
readonly string subdirectory
Path to the subdirectory attached to path resolutions.
ResolvingIOManager(IFileSystem fileSystem, string subdirectory)
Initializes a new instance of the ResolvingIOManager class.
override string ResolvePathCore(string path)
Resolve a given, non-rooted, path .The fully resolved path.