Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPVenson committed Feb 21, 2021
1 parent f88a4fa commit 305a179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Morestachio/Helper/FileSystem/FileSystemFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ internal string GetAbsolutePath(string path)
return Path.Combine(_workingDirectory, path);
}

/// <summary>
/// File specific methods for use with the $services collection
/// </summary>
public FileSystemFileService File { get; private set; }

}
Expand Down

0 comments on commit 305a179

Please sign in to comment.