Example #1
0
        // zipファイルの場合はDBを調べる.
        public override void DoExploreNode()
        {
            ArcsZipArcEntry zip      = TDCGExplorer.ArcsDB.GetZip(zipid);
            string          fullpath = Path.Combine(TDCGExplorer.SystemDB.zips_path, zip.path);

            TDCGExplorer.ExplorerSelectPath(fullpath);
        }