GetAppDataFilePath Data Member Function

Populates a string with the absolute path of the directory containing Scenome.exe, application DLLs, and most of the application scripts. Typically, something like C:\Program Files\Scenomics or wherever the binaries are installed.

Prototype

string GetAppDataFilePath( string p_sPath )

Parameters

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

Examples

Copy Text To Clipboard

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