Temporary File Directory

Top  Previous  Next

DXL-MSG makes heavy use of temporary files as it goes about its business.  By default, it creates such files in whatever directory Windows prescribes for the purpose, specifically by calling the GetTempPathW() function.  Should you have reason to do so, you can override this by supplying the path of another directory in the .ini file.  The directory in question must exist; if it does not, DXL-MSG will ignore it and use the default.  Here is an example:

 

[ConversionOptions]

TempFileDirectory=D:\Temp