help-octave
[Top][All Lists]
Advanced

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

Re: file names with spaces


From: David Grundberg
Subject: Re: file names with spaces
Date: Fri, 15 Jan 2010 08:55:55 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

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

To change working directory to My documents, you probably have to quote the file name, like:

cd 'My Documents'

or

cd ("My Documents");

This sets the current working directory. To print out the name of the working directory, enter the command 'pwd'. (Print Working Directory)

hth
David



reply via email to

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