Skip to content

EntropyCanvas::Core

Name
std::optional< std::string >getExecutablePath()
Get the absolute path to the current executable.
std::optional< std::string >getExecutableDirectory()
Get the directory containing the current executable.
inline std::optional< std::string > getExecutablePath()

Get the absolute path to the current executable.

Return: The executable path, or std::nullopt on failure.

inline std::optional< std::string > getExecutableDirectory()

Get the directory containing the current executable.

Return: The executable directory path, or std::nullopt on failure.


Updated on 2026-01-26 at 17:14:35 -0500