ΒΆinline bool can_write(const llvm::Twine& Path)
inline bool can_write(const llvm::Twine& Path)
Description
Can we write this file?
Declared at: llvm/include/llvm/Support/FileSystem.h:482
Parameters
- const llvm::Twine& Path
- Input path.
Returns
True if we can write to it, false otherwise.