Rename SzLib to SzCore
This commit is contained in:
12
SzCore/ISzFileManager.cs
Normal file
12
SzCore/ISzFileManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using SzCore.DataObjects;
|
||||
|
||||
namespace SzCore;
|
||||
|
||||
public interface ISzFileManager
|
||||
{
|
||||
public string DataPath {get;}
|
||||
public string DatasetsPath {get;}
|
||||
|
||||
public bool SaveFile(string path, string fileContent);
|
||||
public string? LoadFile(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user