v/vlib/os
Larpon 506259adb6
os: add behavior info to `is_dir_empty` documentation (#14110)
2022-04-21 18:21:00 +03:00
..
bare
cmdline
filelock
font
notify checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
args.v
const.v os: add a `posix_set_permission_bit` function (#7754) 2021-01-04 19:57:17 +02:00
const_nix.c.v
const_windows.c.v
environment.c.v all: byte => u8 2022-04-15 14:58:56 +03:00
environment.js.v js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
environment_test.v
fd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
file.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
file.js.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
file_test.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
glob_test.v
inode.c.v
inode_test.v
open_uri_default.c.v
open_uri_windows.c.v os: implement support for VOPEN_URI_CMD env override for os.open_uri 2021-10-06 06:33:04 +03:00
os.c.v all: byte => u8 2022-04-15 14:58:56 +03:00
os.js.v
os.v os: add behavior info to `is_dir_empty` documentation (#14110) 2022-04-21 18:21:00 +03:00
os_android.c.v all: replace []byte with []u8 2022-04-15 15:35:35 +03: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: move C struct declarations in their own _default.c.v files (#12268) 2021-10-22 17:08:08 +03:00
os_test.v os: add behavior info to `is_dir_empty` documentation (#14110) 2022-04-21 18:21:00 +03:00
os_windows.c.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
process.c.v
process.js.v
process.v
process_nix.c.v
process_test.v
process_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03: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.