first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace SingularityGroup.HotReload.Editor.ProjectGeneration
|
||||
{
|
||||
internal interface IFileIO
|
||||
{
|
||||
bool Exists(string fileName);
|
||||
|
||||
string ReadAllText(string fileName);
|
||||
void WriteAllText(string path, string content);
|
||||
|
||||
string EscapedRelativePathFor(string file, string projectDirectory);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user