!FILESTOPWATCH
(Copy URL in PhpBB Forum Format - Info)From iMacros
Sets the file name for the file that contains the stopwatch measurement data. By default the file name is performance_macroname.csv and is located in the download directory of your iMacros installation.
Contents |
Value

Valid name and location of the output file.
You can set a different folder for the performance files with !FOLDER_STOPWATCH. if !FILESTOPWATCH is set to a path containing a folder, but it is not a full path (no drive letter), it will be combined with the value of !FOLDER_STOPWATCH to a full path.
Set By
[ ] Internal
[X] SET
Internal means that the iMacros program itself sets the value of the variable during program run. SET means that the user can set this value via the SET command inside a macro.
Examples
'If no path name is specified the data is written to the standard download directory SET !FILESTOPWATCH performancedata.csv
SET !FILESTOPWATCH e:\webdev\ajaxgui\test\performancedata.csv
SET !FOLDER_STOPWATCH c:\Users\iOpus SET !FILESTOPWATCH Temp\demo-stopwatch.csv
will write in c:\Users\iOpus\Temp\demo-stopwatch.csv
