On 01/31/2013 20:50, Andy Farnell wrote:
On Thu, Jan 31, 2013 at 05:19:03PM +0100, Ãscar MartÃnez Carmona wrote:
I guess the solution will be using [getdir], as I read in a thread similar
Not sure what will happen on Windows regarding slash separators (?) Might not be as portable as you hope.
usually this is not a problem. for one thing, Pd (internally) provides ways to convert \ to /. and even microsoft managed to accept paths with forward slashes as if they were backslashes (in their programming API)!
on w32, [openpanel] will return the paths delimited by /
fgamsdr IOhannes