fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 211: Create folder
Idiom # 211: Create folder
See
programming-idioms.org
:
Code
io.dir.make path
What are effects?
Running Example
ex211 is path := "path/to/dir" match io.dir.make path unit => say "$path was created successfully" # logic in case of success err error => say err # error handling logic
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 212: Check if folder exists