Lines Matching defs:fullPath
86 FString fullPath = _directoryPath;
89 fullPath += us2fs(dirPathParts[i]);
90 CreateDir(fullPath);
91 fullPath.Add_PathSepar();
104 UString fullPath;
109 fullPath = _itemDefaultName;
114 fullPath.SetFromBstr(prop.bstrVal);
116 _filePath = fullPath;
152 SplitPathToParts(fullPath, pathParts);
156 UString processedPath = fullPath;