Exemple #1
0
    static public void showDirList()
    {
        string ret = "";
        string dir = Application.dataPath + "/" + ECLProjectManager.FrameName;

        ECLEditorUtl.getDirList(dir, "", ref ret);
        Debug.Log(ret);
    }