Page 1 of 1

How to make a folder?

Posted: Sat May 27, 2017 10:41 pm
by gvalletto
Hi all, a simple question :
How to make a folder from Flowstone?
I need to make it, as an example, when I use the preset manager in an exported VSTi.

Re: How to make a folder?

Posted: Sun May 28, 2017 12:12 am
by tiffy
Here is a schematic, hope it helps. I did not test it.

I did not create the schematic and I do not know who did either.

Re: How to make a folder?

Posted: Sun May 28, 2017 8:36 am
by tulamide
Alternatively you can do it without calling external executables, by just one line in Ruby

Code: Select all

Dir.mkdir(folder_path)

Re: How to make a folder?

Posted: Mon May 29, 2017 3:15 pm
by gvalletto
Great! thanks to both of you.