RosettaCodeData/Task/Make-directory-path/Phix/make-directory-path-1.phix

4 lines
129 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
if not create_directory("myapp/interface/letters") then
crash("Filesystem problem - could not create the new folder")
end if