Home -> RenderPluginEnumerator -> GetProcessDirectory

Description

The GetProcessDirectory method returns the directory containing the current executable.

Usage

std::filesystem::path GetProcessDirectory() const;

Return value

[std::filesystem::path]
The directory containing the current executable.

See also