i am using Delphi-5(old) application with InterBase database, I have assigned the BDE session file during runtime to Temp\XYZ folder.
When the application is left ideal for some time suddenly the XYZ folder in TEMP folder gets deleted by itself.
The Customers complaining about this issue are in Windows 10 Enterprise, 64 bit.
I am aware that Microsft has got a new option "Storage Sense" in windows 10 which will automatically clear the TEMP folder.
when the application is in use the session files handle will be opened the application even though it is opened it is getting deleted automatically... (Have tried to delete the temp folder manually unable to delete it when the app is in use.)
Can someone please suggest me ideas on this?