4

I am using Apache Tomcat 8.5.40 and there is a temp directory and safeToDelete.tmp file 0KB in it. What is this file used for?

ilce
  • 1,007
  • 3
  • 12
  • 20

1 Answers1

1

It's a marker file used to ensure that the directory gets created by file archive creator/extractor programs that may otherwise skip empty directories.

Andy Brown
  • 11,766
  • 2
  • 42
  • 61