示例#1
0
文件: Tg.php 项目: twhiston/tg
 private function makeDevPath()
 {
     if (!file_exists(Tg::devPath())) {
         mkdir(Tg::devPath());
     }
 }