How to rename a file ? rename_file isn't working?
Code:
public plugin_init() { |
Re: How to rename a file ? rename_file isn't working?
No read/write permissions on the server?
|
Re: How to rename a file ? rename_file isn't working?
Code:
new oldfile[] = "addons/amxmodx/abc.ini" |
Re: How to rename a file ? rename_file isn't working?
Quote:
|
Re: How to rename a file ? rename_file isn't working?
:) I solved it.
Code:
rename_file(oldfile, newfile, 1) |
| All times are GMT -4. The time now is 23:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.