uce/site/doc/pages/file_fsync.txt
2026-06-16 12:21:31 +00:00

10 lines
275 B
Plaintext

file_fsync
Filesystem nicety added to the wasm host membrane. Path arguments are policy-gated; operations return an empty value or false on denial/error. file_fsync() takes an open file handle and flushes it with fsync().
:see
>sys
:example
print("file_fsync example\n");