예제 #1
0
        public static void ShowInExplorerPersistentData()
        {
            string DataPath    = Application.dataPath;
            string userPathBas = DataPath.Substring(0, DataPath.LastIndexOf("/") + 1);

            userPathBas = Path.Combine(userPathBas, "LocalFile");
            ToolsHelper.ShowExplorer(userPathBas);
        }
예제 #2
0
 public static void ShowInExplorer()
 {
     ToolsHelper.ShowExplorer(ResBundleTools.GetExportPath());
 }