[PD] how to modify path in open message

Frank Barknecht fbar at footils.org
Thu May 31 20:06:14 CEST 2007


Hallo,
tania habib hat gesagt: // tania habib wrote:

> Or is there a way of seperating the destination file path and file name into
> two seperate blocks and combining them later in open message block

Yes. Assuming your directory and filename come in a list for example
generated with [pack s s]. Then If you're using pd-0.40 and up you can
just use a message box: [open $1/$2(

If you're still on an older version of Pd, you can use [makefilename]
in two steps as shown in attached patch (or the help file)

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
A non-text attachment was scrubbed...
Name: double-makefilename.pd
Type: application/puredata
Size: 1325 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20070531/b17dcb23/attachment.bin>


More information about the Pd-list mailing list