- To: visad-list@xxxxxxxxxxxxx
- Subject: Re: your mail
- From: Curtis Rueden <curtis@xxxxxxxxxxxxx>
- Date: Mon, 09 Jun 2003 13:02:11 -0500
Good call, Tom. I completely missed that.
-Curtis
At 12:27 PM 6/9/2003, you wrote:
>The most likely cause is that you need to "escape" the "\" marks in your
>path:
>
>DisplayCells[0][0].addDataSource("D:\visad\unzipped\visad\ss\small.v5d");
>
>should probably be written as:
>
>DisplayCells[0][0].addDataSource("D:\\visad\\unzipped\\visad\\ss\\small.v5d");
>
>While not all sequences beginning with "\" have alternate meanings, many of
>them do.
>
>tom
- References:
- RE: your mail
- From: User
- Re: your mail
- From: Tom Whittaker
- RE: your mail