path_converter.rb
Path:
lib/rscm/path_converter.rb
Last Update:
Tue Jun 08 07:55:41 +0000 2010
Required files
fileutils
Constants
WIN32
=
RUBY_PLATFORM == "i386-mswin32"
CYGWIN
=
RUBY_PLATFORM == "i386-cygwin"
WINDOWS
=
WIN32 || CYGWIN
[Validate]