@ -9,7 +9,7 @@ namespace GBase.Interfaces.FileHandling
{
public interface IGBaseFile : IDisposable
object Entry { get; }
object Entry { get; set; }
FileStream File { get; }
string FilePath { get; }
bool InUse { get; }