Help for this page

Select Code to Download


  1. or download this
    $dir1="D:\\Windows\\programs1";
    $dir2="D:\\Windows\\programs2";
    ...
    
    print "file1 -> $file1\n";
    print "file2 -> $file2\n";
    
  2. or download this
    file1 -> D:\Windows\programs1\a.txt
    file2 -> D:\Windows\programs2\a.txt
    
  3. or download this
    file1 -> D:\Windows\programs1\a.txt
    file2 -> D:\Windows\programs1\a.txt