Exemple #1
0
        public static void OpenCachesDir()
        {
            var cacheDir = new DirectoryInfo(ZeroConst.PERSISTENT_DATA_PATH);

            if (cacheDir.Exists)
            {
                ZeroEditorUtil.OpenDirectory(cacheDir.FullName);
            }
        }
Exemple #2
0
 void OpenPublishDir()
 {
     //打开目录
     ZeroEditorUtil.OpenDirectory(ZeroConst.PUBLISH_RES_ROOT_DIR);
 }