Hi,
How can I use boost::filesystem::path to specify a relative path on Windows? This attempt fails:
boost:filesystem::path full_path("../asset/toolbox"); // invalid path or directory.
maybe to help me debug, how to get the current working directory with boost::filesystem?
Thanks.