PHP unlink() will not delete file
Dear Friend,
Unlink does not delete file in WinXP even file is NOT open by other process, software or file attribute is also NOT readonly.
@chmod(PRODUCT_LARGE_PATH . $dest_file, 0755);
unlink(PRODUCT_LARGE_PATH . $dest_file);
Please guide us.
Thanking you,
Snowby Dave
|