Posts: 351
Threads: 54
Joined: Apr 2010
Hello, is there any function i can use like movefile(oldplace, newplace)?
I need to move .ini files
Thanks
Posts: 1,506
Threads: 69
Joined: Feb 2008
Posts: 351
Threads: 54
Joined: Apr 2010
Quote:
Originally Posted by Mike Garber
|
One more plugin :/
Well, guess this is the only way it will work, thanks.
Posts: 2,593
Threads: 34
Joined: Dec 2007
Write Your own file function ?
![Cheesy](images/smilies/biggrin.png)
but if You want move folder, just only plugin
Posts: 4,510
Threads: 163
Joined: Mar 2008
Reputation:
0
You can also retrieve the file's data set it into a string and use fwrite and write it into a new destination
Posts: 1,506
Threads: 69
Joined: Feb 2008
Zh3r0; That will be much slower depending how big string he needs to fetch.
I don't think this plugin affects that much.