摘要: 1 // ../../a.txt to D:/a.txt 2 string MyStr::PathToAbsolute(const string &dir) 3 { 4 char dir1[MAX_PATH] = ""; 5 _fullpath(dir1, dir.c_str(), MAX_PATH 阅读全文
posted @ 2022-10-01 13:28 T_T2001 阅读(131) 评论(0) 推荐(0)