RosettaCodeData/Task/Make-directory-path/Phix/make-directory-path-1.phix
2017-09-25 22:28:19 +02:00

3 lines
129 B
Text

if not create_directory("myapp/interface/letters") then
crash("Filesystem problem - could not create the new folder")
end if