Help for this page

Select Code to Download


  1. or download this
    C:\>perl -e "print -d 'C:\Windows'"
    1
    ...
    
    C:\>perl -e "print -d '//server/share'"
    1
    
  2. or download this
    C:\>perl -MFile::Spec::Functions -e "print catfile('//test/dir', 'test
    +2');"
    \\test\dir\test2