We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e21c commit 0fab717Copy full SHA for 0fab717
src/stdlib/Os.fs
@@ -15,6 +15,8 @@ type IExports =
15
abstract getenv: key: string -> string option
16
abstract getenv: key: string * ``default``: string -> string
17
abstract kill: pid: int * ``sig``: int -> unit
18
+ abstract mkdir: path: string -> unit
19
+ abstract makedirs: path: string -> unit
20
abstract putenv: key: string * value: string -> unit
21
22
0 commit comments