aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-29 17:23:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-29 17:23:10 +0200
commit7757844f03166a16310bdfa98c3d0b86e93e95e0 (patch)
treebab2b51f716416c79c24d83fa28654dd5ad1e46f /cutl/fs/path.hxx
parent547a401ac73d21b769939a3244f991112dd9d2f7 (diff)
Implement support for changing current path
Diffstat (limited to 'cutl/fs/path.hxx')
-rw-r--r--cutl/fs/path.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 9bef17f..050830d 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -164,6 +164,9 @@ namespace cutl
static basic_path
current ();
+ static void
+ current (basic_path const&);
+
public:
bool
empty () const