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

4 lines
129 B
Plaintext

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