Skip to main content

Module stdlib_io

Module stdlib_io 

Source
Expand description

Native io module for file system and network operations.

Exports: io.open(), io.read(), io.write(), io.close(), io.exists(), io.stat(), io.mkdir(), io.remove(), io.rename(), io.read_dir(), io.join(), io.dirname(), io.basename(), io.extension(), io.resolve(), io.tcp_connect(), io.tcp_listen(), io.tcp_accept(), io.tcp_read(), io.tcp_write(), io.tcp_close(), io.udp_bind(), io.udp_send(), io.udp_recv()

Modules§

async_file_ops
Async file I/O operations for the io module.
file_ops
File operation implementations for the io module.
network_ops
Network operation implementations for the io module.
path_ops
Path utility implementations for the io module.
process_ops
Process operation implementations for the io module.

Functions§

create_io_module
Create the io module with file system operations.