10 #include <wpi/SmallVector.h>
12 #include "frc/RobotBase.h"
16 namespace filesystem {
WPILib FRC namespace.
Definition: SPIAccelerometerSim.h:18
void GetDeployDirectory(wpi::SmallVectorImpl< char > &result)
Obtains the deploy directory of the program, which is the remote location src/main/deploy is deployed...
void GetLaunchDirectory(wpi::SmallVectorImpl< char > &result)
Obtains the current working path that the program was launched with.
void GetOperatingDirectory(wpi::SmallVectorImpl< char > &result)
Obtains the operating directory of the program.