Contact: aviboots(AT)netvision.net.il
40,836 questions
53,240 answers
573 users
if (!copy("e:/temp.txt", "e:/test/temp.txt")) echo "Error copy file"; else if (file_exists("e:/test/temp.txt")) echo "file exists copy succeed"; /* run: file exists copy succeed */