v/vlib/os
Ben 39e54a508b
os: correct description of windows_volume function (#14726)
2022-06-09 10:56:58 +03:00
..
bare
cmdline
filelock
font
notify
README.md
args.v all: update copyright year 2022-01-04 12:21:12 +03:00
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
environment.js.v
environment_test.v
fd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
file.c.v
file.js.v
file_test.v
filepath.v
filepath_test.v
filepath_windows.v os: correct description of windows_volume function (#14726) 2022-06-09 10:56:58 +03: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: fix file_ext function (#14566) 2022-06-02 07:09:46 +03:00
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: move C struct declarations in their own _default.c.v files (#12268) 2021-10-22 17:08:08 +03:00
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
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.