code dump. unfortunate lack of commits. rick click menu on files/folders. comparative...
[ede] / explorer / tests / t1FileSystemCache.ec
1 import "ecere"
2 import "EDE"
3
4 class t1 : Application
5 {
6    void Main()
7    {
8       DummyFileSystemCacheWindow dw { };
9       //FileSystemCache cache;
10       /*cache = */FileSystemCache::Cache("somepath", false, dw);
11       delete dw;
12    }
13 }