- tweak: refactor funny
This commit is contained in:
8
Nebula.Shared/FileApis/Interfaces/IWriteFileApi.cs
Normal file
8
Nebula.Shared/FileApis/Interfaces/IWriteFileApi.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Nebula.Shared.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