using System.IO; namespace LibraryPlus; public sealed class PlusFileSystem : LibraryFileSystem { internal PlusFileSystem( string folderName ) : base( type => Path.Combine( LibrarySystemPlus.Root.FullName, type, folderName ) ) { } }