Create a directory along with intermediate directories
Posted: Mon Jun 10, 2013 7:11 pm
Hi Folks,
I need to create a directory where some intermediate directory(ies) may not exist. Does LiveCode have anything equivalent to the unix mkidr -p command, or will I have to check this manually? I figure I can split on slash and then loop through creating directories if they don't exist, but just wanted to check if I am missing something. I have searched through the documentation with out any luck.
Any help would be much appreciated.
Thanks,
Daryl
I need to create a directory where some intermediate directory(ies) may not exist. Does LiveCode have anything equivalent to the unix mkidr -p command, or will I have to check this manually? I figure I can split on slash and then loop through creating directories if they don't exist, but just wanted to check if I am missing something. I have searched through the documentation with out any luck.
Any help would be much appreciated.
Thanks,
Daryl