GetAppDocsFilePath Data Member Function

Populates a string with the absolute path of the application documents file path. This is the directory containing the Scenome documents such as shader files, application shells for the Shader app, user scripts, and textures. Typically, something like C:\Users\UserName\My Documents\Scenomics.

Prototype

string GetAppDocsFilePath( string p_sPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathA string that will store the path to the application documents directory.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.