How to delete the file |
(11-24-2015, 03:20 AM)Diederik Wrote: File deletion is not part of a framework but a native php function. You are looking for the function unlink() (http://php.net/manual/en/function.unlink.php) Thanks! Here are some more paths listed under CONSTANTS: http://www.codeigniter.com/user_guide/ge...ht=apppath |
Messages In This Thread |
How to delete the file - by jdk - 11-23-2015, 11:33 PM
RE: How to delete the file - by Diederik - 11-24-2015, 03:20 AM
RE: How to delete the file - by meow - 01-22-2016, 08:12 AM
|