creating cd... or set def... with boost "filesystem"
hello all
---------
there is a need to creating "cd..." or "set def..." with boost "filesystem"
and make it transparent to windows\linux.
there is a need to create one line of "filesystem" command.
i don't know if there is a "wish list" or "to do list for a future
version" - but it is needed - and sooner the better.
today we have (for windows):
--------------------------------------------------------------------------------------------------------------------
#include "stdafx.h"
#include
On Tue, Oct 28, 2008 at 18:06, M
today we have (for windows):
SetCurrentDirectory( dir );
and for linux (posix):
if(chdir("/home/kot/Desktop") != -1)
http://www.boost.org/doc/libs/1_36_0/libs/filesystem/doc/reference.html#Attr... template <class Path> void current_path(const Path& p); Postcondition: equivalent( p, current_path() );
participants (2)
-
M
-
Scott McMurray