Searched refs:DirPrefix (Results 1 – 4 of 4) sorted by relevance
103 UString DirPrefix; member in CBrowseDialog279 if (!GetParentPath(FilePath, DirPrefix, name)) in OnInit()280 DirPrefix = _topDirPrefix; in OnInit()284 UString baseFolder = DirPrefix; in OnInit()288 if (DirPrefix.IsEmpty()) in OnInit()291 GetParentPath(DirPrefix, parent, name2); in OnInit()292 DirPrefix = parent; in OnInit()582 DirPrefix = pathPrefix; in Reload()586 SetItemText(IDT_BROWSE_FOLDER, DirPrefix); in Reload()597 if (_showDots && _topDirPrefix != DirPrefix) in Reload()[all …]
110 FString DirPrefix; variable
1007 const FString path = DirPrefix + us2fs(Get_Correct_FsFile_Name(file.Name)); in FlushToDisk()
547 FString DirPrefix; member in CArchiveUpdateCallback654 FString path = DirPrefix + dirItem.FullPath; in GetStream()