Home | History | Annotate | Download | only in Common

Lines Matching refs:NDirectory

228       NDirectory::DeleteFileAlways(subStream.Name);

394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos))
396 NFile::NDirectory::CreateComplexDirectory(resultPath.Left(pos));
613 CCurrentDirRestorer() { NFile::NDirectory::MyGetCurrentDirectory(_path); }
615 bool RestoreDirectory() { return BOOLToBool(NFile::NDirectory::MySetCurrentDirectory(_path)); }
668 if (!NDirectory::MySearchPath(NULL, name, NULL, options.SfxModule))
762 NDirectory::CTempDirectoryW tempDirectory;
844 if (!NDirectory::DeleteFileAlways(arcPath))
851 if (!NDirectory::MyMoveFile(tempPath, arcPath))
889 if (!NFile::NDirectory::MyGetFullPathName(ap.GetFinalPath(), arcPath))