v/vlib/os
Ben 39e54a508b
os: correct description of windows_volume function (#14726)
2022-06-09 10:56:58 +03:00
..
bare ci: re-enable testing of `./v -freestanding run vlib/os/bare/bare_example_linux.v` on ubuntu 2021-04-22 12:50:56 +03:00
cmdline
filelock
font
notify fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
README.md
args.v
const.v
const_nix.c.v
const_windows.c.v
environment.c.v
environment.js.v
environment_test.v
fd.c.v
file.c.v
file.js.v
file_test.v
filepath.v
filepath_test.v
filepath_windows.v
glob_test.v
inode.c.v
inode_test.v
open_uri_default.c.v
open_uri_windows.c.v
os.c.v
os.js.v
os.v
os_android.c.v
os_darwin.c.v
os_js.js.v
os_linux.c.v
os_nix.c.v
os_structs_dirent_default.c.v
os_structs_sigaction_default.c.v
os_structs_stat_default.c.v
os_structs_stat_linux.c.v
os_structs_utsname_default.c.v
os_test.v
os_windows.c.v
process.c.v
process.js.v
process.v
process_nix.c.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
process_test.v
process_windows.c.v
signal.c.v os: add support for signal handling on JS backend (#12818) 2021-12-13 20:18:12 +02:00
signal.js.v
signal.v
signal_test.v

README.md

Description:

os provides common OS/platform independent functions for accessing command line arguments, reading/writing files, listing folders, handling processes etc.