Example #1
0
		//-----------------------------------------------------------------//
		void clear()
		{
			unit_map_.clear();
			handle_set_.clear();
			current_path_ = "/";
			string_stack a;
			a.swap(stack_path_);
			make_directory("");
		}