EntropyCanvas::Core
EntropyCanvas::Core
Section titled “EntropyCanvas::Core”Functions
Section titled “Functions”| 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. |
Functions Documentation
Section titled “Functions Documentation”function getExecutablePath
Section titled “function getExecutablePath”inline std::optional< std::string > getExecutablePath()Get the absolute path to the current executable.
Return: The executable path, or std::nullopt on failure.
function getExecutableDirectory
Section titled “function getExecutableDirectory”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