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

Description

Can we write this file?

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

Parameters

const llvm::Twine& Path
Input path.

Returns

True if we can write to it, false otherwise.