| 256 | } |
| 257 | |
| 258 | bool DirectoryList::defaultName(PathName& path, const PathName& name) const |
| 259 | { |
| 260 | fb_assert(mode != NotInitialized); |
| 261 | if (! getCount()) |
| 262 | { |
| 263 | return false; |
| 264 | } |
| 265 | PathUtils::concatPath(path, (*this)[0], name); |
| 266 | return true; |
| 267 | } |
| 268 | |
| 269 | const PathName TempDirectoryList::getConfigString() const |
| 270 | { |
no outgoing calls
no test coverage detected