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