What is the default location on Mac (OSX) for temporary files for DiskCaching?

Question:

What is the default location on Mac (OSX) for temporary files when

PDFNet::SetDefaultDiskCachingEnabled(true)
?

Answer:

It should be in a tmp folder either off of the root, or home directory. You can set the temp file location, and the persistent cache location, with the following API’s

PDFNet::SetPersistentCachePath

PDFNet::SetTempPath

Otherwise, monitoring one of the sample processes while running would show you for sure (as it might depend on your exact PDFNet SDK version number).