mod io;
mod fs;
mod tcp;
mod tls;
mod time;
mod net;
mod dirs;
/// the command line arguments. argv[0] is the script file.
val args: fn() -> Array<string>;
/// join parts to path using the OS specific path separator
val join_path: fn(path: string, @args: [string, Array<string>]) -> string;