diff --git a/GBase/FileHandling/GBaseFile.cs b/GBase/FileHandling/GBaseFile.cs index aaf0f56..c29b582 100644 --- a/GBase/FileHandling/GBaseFile.cs +++ b/GBase/FileHandling/GBaseFile.cs @@ -16,7 +16,7 @@ namespace GBase.FileHandling FilePath = filePath; } - public object Entry { get; } + public object Entry { get; set; } public FileStream File { get; } public string FilePath { get; } public bool InUse { get; private set; }