ΒΆinline bool exists(const llvm::Twine& Path)
inline bool exists(const llvm::Twine& Path)
Description
Does file exist?
Declared at: llvm/include/llvm/Support/FileSystem.h:468
Parameters
- const llvm::Twine& Path
- Input path.
Returns
True if it exists, false otherwise.