The source code in chuck-1.2.1.3 that processes the argument to Machine.add is expecting to parse a filename and optional arguments using colons to separate the filename and arguments, but it also looks like it's trying to allow \: to escape a colon.
On Fri, Oct 15, 2010 at 10:05 AM, Rebecca Fiebrink <fiebrink@princeton.edu> wrote:
Have any ChucK windows users figured out how to accomplish Machine.add with a fully-qualified path name that includes the drive letter?
Machine.add("C:/Users/rebecca/tmp.ck") results in error
"[C]: no such file or directory"