v/vlib/os
Delyan Angelov 76c67952e6
tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI
2022-04-30 16:26:28 +02:00
..
bare
cmdline
filelock
font
notify tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02: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 all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
file.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
file.js.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
file_test.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
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: add behavior info to `is_dir_empty` documentation (#14110) 2022-04-25 19:07:27 +02:00
os_android.c.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
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 checker: error if smaller signed == unsigned (#14078) 2022-04-25 19:07:30 +02:00
os_windows.c.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
process.c.v
process.js.v
process.v
process_nix.c.v
process_test.v tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
process_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
signal.c.v
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.