From: Adam Folkesson Date: 2009-11-17T10:08:47+09:00 Subject: Rename files... permission Hello! I'm trying to rename a couple of files. Here my code: (0...files.size).each do |i| File.rename(files[i], episodeList[i]) end I get the error-messege "Permission denied - Permission denied - . or S05 E09 - The Real Ghostbusters (Errno::EACCES)". The directory is set so everyone can read and write. I can't come up with what I'm suppose to do? I'm really grateful for help! -- Posted via http://www.ruby-forum.com/.