path is linux uses '/'
path is windows uses: '\'
then why if I specify path using front slash.. also works well with
windows?
···
--
Posted via http://www.ruby-forum.com/.
path is linux uses '/'
path is windows uses: '\'
then why if I specify path using front slash.. also works well with
windows?
--
Posted via http://www.ruby-forum.com/.
Because magic. Ruby supports it and it works. I think most Windows
APIs and applications accept /-paths, too.
-- Matma Rex