摘要: #include #include #include #include #include using namespace std; using namespace Poco; int main(){ string s("/media/ygy/YGY"); Path my_path (s); cout<< Path::current()<<endl; URI... 阅读全文
posted @ 2017-04-24 19:39 于光远 阅读(521) 评论(0) 推荐(0) 编辑
摘要: static std::string current(); Returns the current working directory. int depth() const; Returns the number of directories in the directory list. const 阅读全文
posted @ 2017-04-24 11:00 于光远 阅读(1119) 评论(0) 推荐(0) 编辑