From 7757844f03166a16310bdfa98c3d0b86e93e95e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Oct 2010 17:23:10 +0200 Subject: Implement support for changing current path --- cutl/fs/path.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cutl/fs/path.hxx') 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 -- cgit v1.1