Since Pd won't accept the \ symbol (you always get this message 'keycode 92: dropped'), how can you set a file path so that [readsf~] and find that file, in Windows? All paths in Windows use the backward slash instead of the forward slash...
On 2013-11-20 11:54, Alexandros Drymonitis wrote:
Since Pd won't accept the \ symbol (you always get this message 'keycode 92: dropped'), how can you set a file path so that [readsf~] and find that file, in Windows? All paths in Windows use the backward slash instead of the forward slash...
in Pd you *always* use forward-slash; pd internally will convert them to backslashes on platforms that use that as a path delimiter, just before performing the file-access.
[open C:/Windows/nt.dll(
gfmsard IOhannes