Basic info command

This commit is contained in:
Ádám Kovács
2022-11-02 10:33:59 +01:00
parent a36d306279
commit 4c8430d0dc
5 changed files with 68 additions and 10 deletions

View File

@@ -4,4 +4,7 @@ public interface IFolderService
{
string? ConfigRoot { get; }
string AppData { get; }
string ApplicationSubfolderName { get; }
string GetPreferredConfigurationFolder();
}