This constructor allows you to initialize the file path. For example: auto FilePath a_oMyPath = new FilePath( "c:\\MyDirectory\\MyFile.txt" ).
FilePath FilePath( string p_sFilePath )
Parameter Type | Parameter Name | Documentation |
---|---|---|
string | p_sFilePath | The path with which you wish to initalize the <FilePath> object. |
None published. Please look for an example in the Simdify Scripting Language code base.