MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / FiosGetCurrentPath

Function FiosGetCurrentPath

src/fios.cpp:132–135  ·  view source on GitHub ↗

* Get the current path/working directory. */

Source from the content-addressed store, hash-verified

130 * Get the current path/working directory.
131 */
132std::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.

Callers 2

DrawWidgetMethod · 0.85
ConPrintWorkingDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected