2011/11/8 Ingo
<ingo@miamiwave.com>
>>> - is there any object that allows to create a folder (in all OSs)?
>>> I wanted to save files to a non-existing folder, but Pd doesn't
>>> create one.
>>
>> [mkdir $1(--[popen] ?
>
>I wonder if that works on Windows? Anyone tested it? Someone could
>probably make [mkdir] object quite quickly using pdlua or tclpd.
>
>.hc
I just tested it on WinXP. I could create a directory in the folder of the
patch but not a subdirectory. Not sure if it has anything to do with the
slash vs. backslash issue.
Ah, true, I didn't think of that.
I found a workaround though (see attachment), but it's getting absurdly complicated for just doing mkdir...
Ingo