Lines Matching refs:DirPrefix
98 UString DirPrefix;
113 // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter
261 if (!GetParentPath(FilePath, DirPrefix, name))
262 DirPrefix = _topDirPrefix;
266 UString baseFolder = DirPrefix;
270 if (DirPrefix.IsEmpty())
273 GetParentPath(DirPrefix, parent, name2);
274 DirPrefix = parent;
527 // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter
598 DirPrefix = pathPrefix;
602 SetItemText(IDT_BROWSE_FOLDER, DirPrefix);
613 if (_showDots && _topDirPrefix != DirPrefix)
624 item.iImage = _extToIconMap.GetIconIndex(FILE_ATTRIBUTE_DIRECTORY, DirPrefix);
647 const UString fullPath = DirPrefix + name;
701 const UString dirPathTemp = DirPrefix;
708 if (GetParentPath(DirPrefix, parent, selected))
721 _pathEdit.SetText(DirPrefix);
750 if (!CorrectFsPath(DirPrefix, enteredName, name))
760 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath))
768 UString tempPath = DirPrefix;
798 UString s = DirPrefix;
813 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath))