Renames a file.
bool RenameFile(const char[] newpath, const char[] oldpath, bool use_valve_fs, const char[] valve_path_id)
New path to the file.
Path to the existing file.
If true, the Valve file system will be used instead. This can be used to rename files in the game's Valve search paths, rather than directly in the gamedir.
If use_valve_fs, a search path from gameinfo or NULL_STRING for all search paths.
True on success or use_valve_fs specified, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.