| 135 | } |
| 136 | |
| 137 | void InputDevices::indev::makeFullFileName() |
| 138 | { |
| 139 | if (!indev_fn.isEmpty() && PathUtils::isRelative(indev_fn)) |
| 140 | { |
| 141 | PathName name = indev_fn; |
| 142 | PathName path; |
| 143 | fb_utils::getCwd(path); |
| 144 | PathUtils::concatPath(indev_fn, path, name); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | |
| 149 | // Clear the chain of indev, closing file handles. |