boost-filesystem
boost::filesystem3::path::codecvt() undefined reference
Tryin开发者_高级运维g to use boost filesystem 3, but when I link I get the following undefined reference:[详细]
2023-02-16 07:43 分类:问答Problem linking with Boost.Filesystem
I am trying to use the functions from boost::filesystem to change my current working directory (and create it if necessary).I am getting linking errors:[详细]
2023-02-09 14:27 分类:问答How to create a folder in the home directory?
I want to create a directory path = \"$HOME/somedir\". I\'ve tried using boost::filesystem::create_directory(path), but it fails - apparently the function d开发者_如何学Coesn\'t expand system variab[详细]
2023-02-08 15:56 分类:问答How to use copy_file in boost::filesystem?
I want to copy a file from directory to another, but my program always aborts for some reasons.Has anyone done this this before could tell me what was wrong? And how could I catch exceptions was throw[详细]
2023-02-06 23:50 分类:问答Boost filesystem iterator
Just starting to learn boost::filesystem. What is a differen开发者_开发技巧ce between directory_iterator and basic_path::iterator?[详细]
2023-02-03 19:47 分类:问答C++:boost file system to return a list of files older than a specific time
I am using the Boost::FileSystem library with C++ r开发者_如何学Cunning under Linux platform and I have a question following:[详细]
2023-01-27 03:53 分类:问答questions about my first program using Boost libraries (exceptions, long path)
I am trying to write my first program in C++, and I need to use Boost library. I am trying to write a program which recursively goes through a directory tree and returns the date of the newest and the[详细]
2023-01-26 20:58 分类:问答Boost: copy_file fail with access denied but there are no permission problem
I wrote the following routine in order to copy all files in a directory to a subdirectory and then remove them, but I keep getting an access denied on the copy_fail which looks misleading to me. Paths[详细]
2023-01-25 06:33 分类:问答Why autoconf isn't detecting boost properly?
I am using autoconf to detect boost libraries, with the support of the autoconf-archive macros and they work fine with system-wide boost libraries, but fail if I manually compile boost in my home dire[详细]
2022-12-22 12:54 分类:问答What is best way to convert a file URL to a BOOST filesystem path in C++?
I\'m writing a library that has filenames as inputs.One feature that I\'m trying to include is to allow the user to pass in file URLs or file paths, because sometimes the input is generated from parsi[详细]
2022-12-21 22:04 分类:问答