writing in a specific folder

Mark Kerr's icon

I just can't find a way to tell the pattrstorage to save in a
specified path. I know how it should be done but it simply doesn't work.
The patch down here simply saves in the max help folder. I don't know
how to define a different path.

Any idea?

Thanks in advance

Max Patch
Copy patch and select New From Clipboard in Max.

b.
______________________________

jml's icon

you'll have to enclose your path in quotes if there are any spaces within it;
something like [sprintf write "%s%s"] should do the trick.

jl