* Get the current path/working directory. */
| 130 | * Get the current path/working directory. |
| 131 | */ |
| 132 | std::string FiosGetCurrentPath() |
| 133 | { |
| 134 | return *_fios_path; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Browse to a new path based on the passed \a item, starting at #_fios_path. |
no outgoing calls
no test coverage detected