help-octave
[Top][All Lists]
Advanced

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

Re: Loading Data


From: Michael Goffioul
Subject: Re: Loading Data
Date: Tue, 12 Feb 2008 06:15:31 +0100

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.

Michael.


reply via email to

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