Bos_setup.OSinclude module type of struct include Bos.OS endOS interaction
type ('a, 'e) result = ('a, [> Rresult.R.msg ] as 'e) resultThe type for OS results.
module Env = Bos.OS.EnvEnvironment variables.
module Arg = Bos.OS.ArgQuick and dirty program arguments parsing.
Note. When paths are relative they are expressed relative to the current working directory.
module Path = Bos.OS.PathPath operations.
module File = Bos.OS.FileFile operations.
module Dir = Bos.OS.DirDirectory operations.
module Cmd = Bos.OS.CmdExecuting commands.