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