Skip to main content

is_read_only

Function is_read_only 

Source
pub async fn is_read_only(path: &Path) -> Result<bool>
Expand description

Check if a file is read-only. Matches JS is_read_only() from braidfs/index.js.