diff --git a/Morestachio/Helper/FileSystem/FileSystemFormatter.cs b/Morestachio/Helper/FileSystem/FileSystemFormatter.cs index 9c9b1670..812966be 100644 --- a/Morestachio/Helper/FileSystem/FileSystemFormatter.cs +++ b/Morestachio/Helper/FileSystem/FileSystemFormatter.cs @@ -138,6 +138,9 @@ internal string GetAbsolutePath(string path) return Path.Combine(_workingDirectory, path); } + /// + /// File specific methods for use with the $services collection + /// public FileSystemFileService File { get; private set; } }