I need to copy, move, and delete files.
Are there any components or classes for this?
I found this but it only moves: http://api.symfony.com/master/Symfony/Component/HttpFoundation/File/File.html
Or maybe I should stick to the native functions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With regard to Symfony framework you can look at Symfony\Component\Filesystem\Filesystem
The link you posted is a class in HttpFoundation used for uploaded files only.