#25: add TODO: need to init existing files

pull/27/head
Simon G 5 years ago
parent c4ed254aac
commit b671d30d1d
  1. 4
      GBase/FileHandling/FileHandler.cs

@ -42,8 +42,8 @@ namespace GBase.FileHandling
/// <returns>True if successful, false if not</returns>
public async Task<bool> Init(string path, CancellationToken cancellationToken)
{
_path = path;
return true; //TODO: is there anything that needs to be initialized here?
_path = path;
return true; //TODO: initialize existing files
}
public IGBaseFile CreateEntryFile<T>(T entry, IGBaseTable table)

Loading…
Cancel
Save