help-octave
[Top][All Lists]
Advanced

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

Re: file names with spaces


From: Tatsuro MATSUOKA
Subject: Re: file names with spaces
Date: Fri, 15 Jan 2010 17:33:46 +0900 (JST)

Hello
Do you use window version octave ?

Octave is a multi platform software so that you should show your environments 
in detail when you carry
out inquiry.

For example, I am using octave 3.2.3/mingw32 on window xp Pro ...............
   
I assume you use octave for windows.
Try to quote path by single quotation (').

example:

octave:3> cd 'C:\Documents and Settings\Tatsu\My Documents'
octave:4> pwd
ans = C:\Documents and Settings\Tatsu\My Documents

If you use double quote ("), you should write as follows,

cd "C:\\Documents and Settings\\Tatsu\\My Documents"

In the double quote, C language like descriptions are required.

Regards

Tatsuro

--- Jaana Tommiska wrote:

> Hi,
> I tryed to change directory 
> cd My Documents 
> but i think the space in  the file name caused difficulties. How can I 
> overcome this problem ?
> And how can I set current working directory ?
> Thanks 
> Jaana
> 
> ....................................................................
> Luukku Plus -paketilla p将」将」set eroon tila- ja turvallisuusongelmista.
> Hanki Luukku Plus ja helpotat el将」m将」将」si. http://www.mtv3.fi/luukku
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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