Anon
08-04-2000, 12:40 PM
I'm using php4.0.1 on w2k/IIS and I just found out that the unlink() function does not work on the windows version of 4.0.1. How then can one delete a file short of using a system() command?
|
Click to See Complete Forum and Search --> : unlink() on windows? Anon 08-04-2000, 12:40 PM I'm using php4.0.1 on w2k/IIS and I just found out that the unlink() function does not work on the windows version of 4.0.1. How then can one delete a file short of using a system() command? Anon 08-06-2000, 03:00 PM Currently, as of the latest build, there is no other way to delete a file unless you use a system command "del" to delete the files. I do not think this would be a major hindrance as it would be a single line command. I myself use a OS switch to perform unlink() if OS in Unix-based or del if OS is Windoze. PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved. |