M
mosar
I tried this command without success:
Dir.chdir (D)
I shall I proceed ?
mosar
Dir.chdir (D)
I shall I proceed ?
mosar
http://www.ruby-doc.org/coremosar said:I tried this command without success:
Dir.chdir (D)
I shall I proceed ?
mosar
Try thiscommand:
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
Try this
Dir.chdir("C:\\Documents and Settings\\Jean\\Bureau")
Harry
--http://www.kakueki.com/ruby/list.html
Japanese Ruby List Subjects in English
Its OK. I have no message.But now I am trying Dir.entries with the
same files.Dir.entries(C:\\Documents and Settings\\Jean\\Bureau")I
have no answer.Can you help me?
Try this
Dir.chdir("C:\\Documents and Settings\\Jean\\Bureau")
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.