Searched refs:destPathSys (Results 1 – 1 of 1) sorted by relevance
557 FString destPathSys = us2fs(destPath); in AskWrite() local561 if (destFileInfo.Find(destPathSys)) in AskWrite()567 RINOK(MessageError("can not replace file with folder with same name: ", destPathSys)); in AskWrite()576 RINOK(MessageError("can not replace folder with file with same name: ", destPathSys)); in AskWrite()619 if (!AutoRenamePath(destPathSys)) in AskWrite()621 RINOK(MessageError("can not create name for file: ", destPathSys)); in AskWrite()624 destPathResultTemp = fs2us(destPathSys); in AskWrite()627 if (!NDir::DeleteFileAlways(destPathSys)) in AskWrite()629 RINOK(MessageError("can not delete output file: ", destPathSys)); in AskWrite()