Hi,
can I change the temporary folder location in filevista.config to another drive (p.e. f:\ziptemp in stead of ~/appdata/...)
Currenty the temporary folder is on the C: drive and for some reason it keeps filling up, and thus crashes the system.
If so, what is the syntax ? (and why do files remain in the temp directory ?)
Thanks
Dirk
DirkS
3/26/2009 3:09 AM
Yes, you can change the temporary folder location in filevista.config by adding the following line to <appSettings> section:
<add key="TemporaryFolder" value="f:\ziptemp" />
The files should not remain in the temp directory. Please check permissions, maybe creating but not deleting files is allowed in the folder for the user FileVista is running at.
Cem Alacayir
3/26/2009 9:00 AM