Skip to content

Commit 0fab717

Browse files
authored
More Os methods (#93)
1 parent 982e21c commit 0fab717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stdlib/Os.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ type IExports =
1515
abstract getenv: key: string -> string option
1616
abstract getenv: key: string * ``default``: string -> string
1717
abstract kill: pid: int * ``sig``: int -> unit
18+
abstract mkdir: path: string -> unit
19+
abstract makedirs: path: string -> unit
1820
abstract putenv: key: string * value: string -> unit
1921

2022

0 commit comments

Comments
 (0)