- add: Service think
This commit is contained in:
10
Nebula.Launcher/FileApis/Interfaces/IWriteFileApi.cs
Normal file
10
Nebula.Launcher/FileApis/Interfaces/IWriteFileApi.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Nebula.Launcher.FileApis.Interfaces;
|
||||
|
||||
public interface IWriteFileApi
|
||||
{
|
||||
public bool Save(string path, Stream input);
|
||||
public bool Remove(string path);
|
||||
public bool Has(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user