ΒΆinline bool exists(const llvm::Twine& Path)

Description

Does file exist?

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

Parameters

const llvm::Twine& Path
Input path.

Returns

True if it exists, false otherwise.