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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wachters at iae dot nl
New email:
PHP Version: OS:

 

 [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 22:01:26 2024 UTC