You may set a specific location for the data and log files for your application using the Config.ini "LogPath" variable, as described below.
LogPath
Stores the path to the folder where the data files are located.
If set to invalid (as it is by default), LogPath will automatically save the data files to the application directory.
Note: This path can be a relative path (e.g. "MyData\"), or an absolute path (e.g. "C:\VTS\MYData\"). If the directory you reference does not exist, VTS will create it for you. A relative path (that is, relative to your application directory) is recommended, as it enables you to move the application without consequence at a later date. You should decide upon the path to which you wish the data files to be saved prior to creating your application. The name given each data file is, by default, tagname.DAT (i.e. the name of the tag whose data is being logged by the logger tag).
Default: LogPath =
For further information on Config.ini variables applicable to data logging, please refer to Config.ini [SYSTEM] Section Variables for Logging.