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
iomodule with file system operations.