![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::filesystem |
| WPILib FileSystem namespace. | |
Functions | |
| std::string | wpi::filesystem::GetLaunchDirectory () |
| Obtains the current working path that the program was launched with. | |
| std::string | wpi::filesystem::GetOperatingDirectory () |
| Obtains the operating directory of the program. | |
| std::string | wpi::filesystem::GetDeployDirectory () |
| Obtains the deploy directory of the program, which is the remote location src/main/deploy is deployed to by default. | |