Skip to content

Commit ae9c618

Browse files
committed
feat(filesystem): document write flags precise meaning
1 parent 88c4fb5 commit ae9c618

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

proposals/filesystem/wit/types.wit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ interface types {
9494
requested-write-sync,
9595
/// Mutating directories mode: Directory contents may be mutated.
9696
///
97+
/// Governs directory structure (create, rename, delete entries); independent
98+
/// of `write`, which governs file contents.
99+
///
97100
/// When this flag is unset on a descriptor, operations using the
98101
/// descriptor which would create, rename, delete, modify the data or
99102
/// metadata of filesystem objects, or obtain another handle which

0 commit comments

Comments
 (0)