Skip to main content

io_write_file_async

Function io_write_file_async 

Source
pub async fn io_write_file_async(
    args: Vec<ValueWord>,
) -> Result<ValueWord, String>
Expand description

io.write_file_async(path: string, data: string) -> int

Asynchronously writes a string to a file, creating or truncating as needed. Returns the number of bytes written.