File completeFile = new File(mFilePath + mFileName); if (completeFile.exists()) { File fileWithSuffix = new File(getLocalUrl()); boolean rename = completeFile.renameTo(fileWithSuffix); Logger.d(TAG, "Download video success, and rename file!" + rename); }