Project

General

Profile

Feature #2408

Updated by mame (Yusuke Endoh) about 12 years ago

=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 
 

Back