StormLib API Reference
SFileRenameFile
bool WINAPI SFileRenameFile( HANDLE hMpq, // Handle to the MPQ const char * szOldFileName, // The name of a file to be renamed const char * szNewFileName // New name of the file );
Function SFileRenameFile renames a file within MPQ. The MPQ must have been open by SFileOpenArchive or created by SFileCreateArchive. Note that this operation does not cause MPQ fragmentation and thus it is not necessary to compact the archive.
When the function succeeds, it returns nonzero. On an error, the function returns false and GetLastError gives the error code.
The function only renames file with the specified locale. Unlike SFileOpenFileEx, if the file with preset locale doesn't exist in the MPQ, the function fails. For more informations about preset locale, see SFileSetLocale.
Available in Storm.dll | No |
Ordinal number in Storm.dll 1.00 | N/A |
Ordinal number in Storm.dll 1.09 | N/A |
Copyright (c) Ladislav Zezula 2003 - 2010