P pmpmamam New member Jul 3, 2018 #1 $fa=fopen("./aaa.txt",“r”); fclose($fa); if($fa){ chmod("./aaa.txt", 0777); unlink("./aaa.txt"); } self soloved. like up… Last edited: Jul 3, 2018
$fa=fopen("./aaa.txt",“r”); fclose($fa); if($fa){ chmod("./aaa.txt", 0777); unlink("./aaa.txt"); } self soloved. like up…
gdgsupport Support Staff member Jul 7, 2018 #2 If your EXE runs in a write-protected folder, you won’t be able to delete nor write to files.