From: mosar Date: 2007-03-03T21:05:05+09:00 Subject: Re: using Scite to change directory On 1 mar, 15:48, Stephane Wirtel wrote: > mosar wrote: > > I tried this command without success: > > > Dir.chdir (D) > > > I shall I proceed ? > > > mosar > http://www.ruby-doc.org/core > > Did you read this documentation ? > > Thanks I am coming again with my littler problem. I tried exactly this command: Dir.chdir("C:\Documents and Settings\Jean\Bureau") and the answer was: "No such file or directory." I know that this path is correct and that the files exist because I have tested it with the command window. I am making a little syntax error but how ? mosar