fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 212: Check if folder exists
Idiom # 212: Check if folder exists
See
programming-idioms.org
:
Code
Code input
b := io.file.exists path
What are effects?
Runnable Example
Code input
ex212 is path := "/tmp" b := io.file.exists path say "$path exists: $b"
What are effects?
last changed: 2025-07-10
next: Idiom # 213: Case-insensitive string compare