摘要: function MyCreateDir(const Path: String): Boolean; begin // 建目录 if DirectoryExists(Path) then Result := True else Result := ForceDirectories(Path); en 阅读全文
posted @ 2023-09-19 14:27 lucken 阅读(37) 评论(0) 推荐(0) 编辑