FilePath Data Member Function

This constructor allows you to initialize the file path. For example: auto FilePath a_oMyPath = new FilePath( "c:\\MyDirectory\\MyFile.txt" ).

Prototype

FilePath FilePath( string p_sFilePath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFilePathThe path with which you wish to initalize the <FilePath> object.

Examples

Copy Text To Clipboard

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