ΒΆbool has_root_directory(
const llvm::Twine& path,
llvm::sys::path::Style style = Style::native)
bool has_root_directory(
const llvm::Twine& path,
llvm::sys::path::Style style = Style::native)
Description
Has root directory? root_directory != ""
Declared at: llvm/include/llvm/Support/Path.h:449
Parameters
- const llvm::Twine& path
- Input path.
- llvm::sys::path::Style style = Style::native