WPILibC++ 2024.3.2
Filesystem.h File Reference
#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. More...
 
std::string frc::filesystem::GetOperatingDirectory ()
 Obtains the operating directory of the program. More...
 
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. More...