Help for this page

Select Code to Download


  1. or download this
    {
       package File::NCopy;
       use File::DosGlob qw( glob );
    }
    
  2. or download this
    $filename = 'c:/directory\\ name/file\\ name.txt';
    $filename = '"c:/directory name/file name.txt"';
    $filename = 'c:/"directory name"/"file name.txt"';