help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Loading Data


From: Allen.Windhorn
Subject: RE: Loading Data
Date: Tue, 12 Feb 2008 07:11:49 -0600

 

> -----Original Message-----
> From: Michael Goffioul [mailto:address@hidden 
> 
> On 2/12/08, kensmith <address@hidden> wrote:
> > Another thought:
> >
> > What does the windows version do about the stupid wrong way 
> > slash for directories?
> >
> > is it
> >
> >  load('C:\somedirectory\somefile.txt')
> > or
> >  load('C:\\somedirectory\\somefile.txt')
> >
> > or
> >  load(D:/somedirectory/somefile.txt')
> 
> All 3 should work OK. If you use double quotes instead, the 
> first statement will not work.

#2 ('\\') doesn't work for me from command line. Funny though, it does
work with double quotes.  I suppose there is some interaction with
Windows' method of interpreting commands, but I can't get my mind around
it this time of the morning.

Regards,
Allen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]