libede:FilesystemBox: added public Refresh method
[ede] / libede / src / FileSystemBox.ec
index b880c75..550dd3f 100644 (file)
@@ -560,6 +560,11 @@ public:
       return null;
    }
 
+   void Refresh()
+   {
+      Load();
+   }
+
 private:
    FileSystemBoxBits bits;