HigherOrderCO / HVM

A massively parallel, optimal functional runtime in Rust
https://higherorderco.com
Apache License 2.0
10.52k stars 400 forks source link

Implement remove, remove_all and mkdir #426

Open imaqtkatt opened 2 months ago

imaqtkatt commented 2 months ago

Despite the branch name it implements 3 new functions related to the removal of files or directories and the creation of directories

developedby commented 2 months ago

Implements both #418 and #420

developedby commented 2 months ago

I've also added some comments on the specs for this issue, I think we need to change the interfaces a little