RosettaCodeData/Task/Make-directory-path/Zkl/make-directory-path-2.zkl

2 lines
49 B
Plaintext

fcn mkdir(path) { System.cmd("mkdir -p "+path) }