修复部分问题

This commit is contained in:
NH
2025-08-19 21:28:30 +08:00
parent 90c922bd87
commit 09131638d7
4 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ namespace ylib
int64 random(int64 min, int64 max);
//取运行目录
std::string current_dir();
//取EXE目录
std::string application_dir();
//取运行全路径
std::string current_filepath();
//取临时目录