Actions
Feature #2408
closedbetter error reporting in windows when you try to run a directory
Feature #2408:
better error reporting in windows when you try to run a directory
Description
=begin
Currently in linux, you may get this:
$ ruby -c wbo_backup
ruby: Is a directory - wbo_backup (Errno::EISDIR)
however we are not so fortunate in windows
C:\dev\ruby\p2pwebclient\documents\writeup\final>ruby logs
ruby: Permission denied -- logs (LoadError)
It would be nice to get a similar error message in windows.
Thanks!
-r
=end
Actions