ΒΆstd::error_code set_current_path(
    const llvm::Twine& path)

Description

Set the current path.

Declared at: llvm/include/llvm/Support/FileSystem.h:387

Parameters

const llvm::Twine& path
The path to set.

Returns

errc::success if the current path was successfully set, otherwise a platform-specific error_code.