Home | History | Annotate | Download | only in FileManager

Lines Matching defs:DirPrefix

103   UString DirPrefix;

116 // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter
279 if (!GetParentPath(FilePath, DirPrefix, name))
280 DirPrefix = _topDirPrefix;
284 UString baseFolder = DirPrefix;
288 if (DirPrefix.IsEmpty())
291 GetParentPath(DirPrefix, parent, name2);
292 DirPrefix = parent;
526 // Reload changes DirPrefix. Don't send DirPrefix in pathPrefix parameter
581 DirPrefix = pathPrefix;
585 SetItemText(IDT_BROWSE_FOLDER, DirPrefix);
596 if (_showDots && _topDirPrefix != DirPrefix)
607 item.iImage = _extToIconMap.GetIconIndex(FILE_ATTRIBUTE_DIRECTORY, DirPrefix);
630 const UString fullPath = DirPrefix + name;
686 UString dirPathTemp = DirPrefix;
693 if (GetParentPath(DirPrefix, parent, selected))
706 _pathEdit.SetText(DirPrefix);
735 if (!CorrectFsPath(DirPrefix, enteredName, name))
745 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath))
753 UString tempPath = DirPrefix;
783 UString s = DirPrefix + fs2us(file.Name) + WCHAR_PATH_SEPARATOR;
796 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath))