SaveFilePathAsVariable
Saves the path and name of your Export file to the variable specified by the parameter.
Syntax
bool SaveFilePathAsVariable (strparam)
Parameters
Variable name specifying where the Export file name and path will be stored.Returns
Always True.Level
All levels.Details
Saves the path and name of your Export file to the variable specified by the parameter. If the variable does not exist, it will be created.- Example
SaveFilePathAsVariable("Export_File")