php - Operation not permitted - unlink on local machine -
im trying unlink folder on local version of site.
i error:
operation not permitted
any ideas how can unlink work on local machine? im using mamp.
see documentation:
unlink — deletes file
and
see also: rmdir() - removes directory
you have directory. need use rmdir
, not unlink
.
Comments
Post a Comment