Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A slight bug-fix for you.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A slight bug-fix for you.
Authored by: Sciandu on Sep 02, '06 10:37:23PM
Unless Ruby does something strange with Unix paths that I'm not aware of, the line that reads:

        FileUtils.mv(entry, File.expand_path('~/Trash/'))
Should actually read:

        FileUtils.mv(entry, File.expand_path('~/.Trash/'))
-JF

[ Reply to This | # ]
A slight bug-fix for you.
Authored by: spicyj on Sep 03, '06 10:39:53AM

Yeah. That's a typo. Thanks.

robg, can you fix that?



[ Reply to This | # ]