php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11259 please add "move" file in filesystem functions
Submitted: 2001-06-03 12:50 UTC Modified: 2001-11-03 13:23 UTC
From: wachters at iae dot nl Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.5 OS: windows
Private report: No CVE-ID: None
 [2001-06-03 12:50 UTC] wachters at iae dot nl
please add "move" file in filesystem functions.. I know move can be done by first copy and then delete.. but moving files directly is a lot faster.
--David

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-03 13:23 UTC] mj@php.net
There is already the function rename(), that does
exactly what you want.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 16:01:27 2024 UTC