09 2021 档案

摘要:int grip_arg_count = 4; //参数个数 UF_args_t grip_arg_list[4]; //参数个数要一致 char *grip_exe = "D:\\myTOOLS\\application\\delete_layer.grx"; //grip程序位置 int sta 阅读全文
posted @ 2021-09-03 15:48 firetuo 阅读(52) 评论(0) 推荐(0) 编辑
摘要:string folderPath = strDir + "\\PDF";//定义要创建文件夹的目录 if (0 != access(folderPath.c_str(), 0))//判断文件夹是否存在 { mkdir(folderPath.c_str());//创建文件夹 } 阅读全文
posted @ 2021-09-03 15:44 firetuo 阅读(136) 评论(0) 推荐(0) 编辑
摘要:方法1: char path[] = "D:\\bc.xlsx"; string strPath = path; string suffix_str = strPath.substr(strPath.find_last_of('.') );//获取后缀 方法2: char path[] = "D:\ 阅读全文
posted @ 2021-09-03 15:36 firetuo 阅读(39) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示