Rename a file from oldPath to newPath. Returns true if successful, false otherwise.
bool renameFile(String oldPath, String newPath);