Why does a folder created by an application in /var directory on Unix gets deleted on application restart ?
My app creates a folder in side var directory and write a file to it as /var/myAppName/.txt.. but on appp restart th is folder is deleted and I loose the file
Where to write so that folder is not deleted