From: Rejean Loyer Date: Sat, 10 Sep 2011 07:30:29 +0000 (-0400) Subject: libede:FilesystemBox: added public Refresh method X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=daff6796149de46475b9c4e935bc24896e48ea6d libede:FilesystemBox: added public Refresh method --- diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index b880c75..550dd3f 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -560,6 +560,11 @@ public: return null; } + void Refresh() + { + Load(); + } + private: FileSystemBoxBits bits;