How to make a folder?

For general discussion related FlowStone
Post Reply
User avatar
gvalletto
Posts: 117
Joined: Fri Jul 09, 2010 10:15 pm
Location: Argentina
Contact:

How to make a folder?

Post 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.
Last edited by gvalletto on Sat Jul 08, 2017 12:46 pm, edited 1 time in total.
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: How to make a folder?

Post 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.
Attachments
New Folder.fsm
(1.24 KiB) Downloaded 942 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: How to make a folder?

Post by tulamide »

Alternatively you can do it without calling external executables, by just one line in Ruby

Code: Select all

Dir.mkdir(folder_path)
"There lies the dog buried" (German saying translated literally)
User avatar
gvalletto
Posts: 117
Joined: Fri Jul 09, 2010 10:15 pm
Location: Argentina
Contact:

Re: How to make a folder?

Post by gvalletto »

Great! thanks to both of you.
Post Reply