Lines Matching refs:path
214 FString path = GetFilePath(index);
215 path += Streams[index].Postfix;
217 // if (NFind::DoesFileExist_Raw(path))
218 if (!DeleteFileAlways(path))
238 if (s.Postfix.IsEmpty()) // if Postfix is empty, the path is already final
240 const FString path = GetFilePath(index);
241 FString tempPath = path;
251 if (!MyMoveFile(tempPath, path))
253 /* we clear CVolStream::Postfix. So we will not use Temp path
254 anymore for this stream, and we will work only with final path */
292 const FString path = GetFilePath(Streams.Size());
294 if (NFind::DoesFileExist_Raw(path))
296 if (!CreateTempFile2(path, false, s.Postfix, &s.StreamSpec->File))
365 FString path = GetFilePath(streamIndex);
366 path += s.Postfix;
373 if (s.StreamSpec->Open(path, OPEN_EXISTING))