currently on windows we've got:

>> File.expand_path '~'
=> "/Documents and Settings/Melissa.BLACKY"

shouldn't it be
>> File.expand_path '~'
=> "c:/Documents and Settings/Melissa.BLACKY"

?
-=r
-- 
Posted via http://www.ruby-forum.com/.