Welcome Guest, Not a member yet? Register   Sign In
Need help to delete single file
#1

[eluser]shahriat[/eluser]
Hi, i have used delete_files() function from the file helper but all files have been deleted . I want to delete just a single file . Have any codeigniter function to delete single one except php unlink() function?
#2

[eluser]TheFuzzy0ne[/eluser]
Nope, unlink() is the function that does what you want. There's no point in CodeIgniter offering a function which is already a part of the PHP language. Rather, it offers functions and methods that I'd consider as "missing" from PHP.




Theme © iAndrew 2016 - Forum software by © MyBB