From: "mame (Yusuke Endoh)" Date: 2012-03-25T13:47:27+09:00 Subject: [ruby-core:43593] [ruby-trunk - Feature #2408] better error reporting in windows when you try to run a directory Issue #2408 has been updated by mame (Yusuke Endoh). Description updated Assignee set to nobu (Nobuyoshi Nakada) ---------------------------------------- Feature #2408: better error reporting in windows when you try to run a directory https://bugs.ruby-lang.org/issues/2408#change-25088 Author: rogerdpack (Roger Pack) Status: Open Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: core Target version: 2.0.0 =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 -- http://bugs.ruby-lang.org/