首页 > 编程语言 > 详细

C++打开文件夹

时间:2019-07-21 20:58:40      阅读:59      评论:0      收藏:0      [点我收藏+]

https://bbs.csdn.net/topics/392055617?page=1   见2楼

system("start \"\" \"文件夹路径\"");

例:

#include<iostream>

using namespace std;

int main(){
    system("start \"\" \"D:\\test\\hh\\xxx\""); //路径为D:\test\hh\xxx
    return 0;
}

 

C++打开文件夹

原文:https://www.cnblogs.com/Toya/p/11222453.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!