utility::application::path namespace

contains application specific information and utilities

this namespace contains application specific information and utilities that might help you to find out information of its location, specific datapaths, etc...

functions

get_path
gets the path of the current application. This path is platform specific.
public

variables

project
location where the application is being ran from, check utility::application::path::get_path() for more info.
constconstpublicpublicstaticstatic
data
data path on this platform.
constconstpublicpublicstaticstatic
library
library path on this platform.
constconstpublicpublicstaticstatic
settings
settings path on this platform.
constconstpublicpublicstaticstatic
textures
textures path on this platform.
constconstpublicpublicstaticstatic
materials
materials path on this platform.
constconstpublicpublicstaticstatic
models
models path on this platform.
constconstpublicpublicstaticstatic
shaders
shaders path on this platform.
constconstpublicpublicstaticstatic
samplers
samplers path on this platform.
constconstpublicpublicstaticstatic
worlds
worlds path on this platform.
constconstpublicpublicstaticstatic

Function documentation

psl::string utility::application::path::get_path()

Brief

gets the path of the current application. This path is platform specific.

Details

Returns an absolute path where the application is being ran from.