Function gix_tempfile::writable_at_with_permissions
source ยท pub fn writable_at_with_permissions(
path: impl AsRef<Path>,
directory: ContainingDirectory,
cleanup: AutoRemove,
permissions: Permissions,
) -> Result<Handle<Writable>>
Expand description
Like writable_at
, but allows to set the given filesystem permissions
.