ΒΆstd::error_code current_path(
SmallVectorImpl<char>& result)
std::error_code current_path(
SmallVectorImpl<char>& result)
Description
Get the current path.
Declared at: llvm/include/llvm/Support/FileSystem.h:380
Parameters
- SmallVectorImpl<char>& result
- Holds the current path on return.
Returns
errc::success if the current path has been stored in result, otherwise a platform-specific error_code.