Sets the current working path within the context. :param path: The path to the cwd :type path: Path
None
Examples
>>> with set_directory("some_path"): ... do_something()