Have you tried C:\\Users\\rebecca\\.<a href="http://tmp.ck">tmp.ck</a>?<div><br></div><div>I'm guessing \ is an escape character, so \\ would be a literal backslash. Just a guess though since I'm a Mac user.</div><div>
<br></div><div>-Mat<br><br><div class="gmail_quote">On Fri, Oct 15, 2010 at 10:05 AM, Rebecca Fiebrink <span dir="ltr"><<a href="mailto:fiebrink@princeton.edu">fiebrink@princeton.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Have any ChucK windows users figured out how to accomplish Machine.add with a fully-qualified path name that includes the drive letter?<br>
<br>
Machine.add("C:/Users/rebecca/<a href="http://tmp.ck" target="_blank">tmp.ck</a>") results in error<br>
"[C]: no such file or directory"<br>
<br>
and Machine.add("C\:/Users/rebecca/<a href="http://tmp.ck" target="_blank">tmp.ck</a>") results in error<br>
[<a href="http://tmp2.ck" target="_blank">tmp2.ck</a>]:line(2): unrecognized escape sequence '\:'<br>
<br>
I know you can leave off the C: entirely and it will work, but my concern is the situation where different files to be added live on different drives. Thoughts?<br>
<br>
Thanks!<br>
Rebecca<br>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</blockquote></div><br></div>