From 305a179ce7a27ab6d2ba4c06f21f639e1b50899d Mon Sep 17 00:00:00 2001 From: Jean-Pierre Bachmann Date: Mon, 22 Feb 2021 00:28:38 +0100 Subject: [PATCH] Updated comment --- Morestachio/Helper/FileSystem/FileSystemFormatter.cs | 3 +++ 1 file changed, 3 insertions(+) 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; } }