From: chandan mallik Date: 2013-03-22T18:59:53+09:00 Subject: File.exist? not working when directory contain letters like 'ñ' in its name. File.exist? in not working with directory name having special characters. for something like given below path = "/home/cis/Desktop/'El%20POP%20que%20llevas%20dentro%20Vol.%202'/*.mp3" it works fine but if it has letters like ñ its returns false. Plz help with this. -- Posted via http://www.ruby-forum.com/.