Description

The PhoenixFileService is a Windows service that runs automatically every set interval of time. Its job is to delete old files from each Phoenix temporary folder as indicated in the FileTempFolder setting.

Important Note:

The PhoenixFileService does not make any backups of the files it has deleted. Nor does it make use of the Windows recycle bin. Once this service has deleted a file, it is effectively gone.

For this reason, please ensure the value of FileTempFolder is properly set, before starting this service.

When the PhoenixFileService starts, it parses the value of the FileTempFolder setting, and creates a list of folders that it will scan periodically. The interval is set in FileScanInterval.

During a scan, files are gathered recursively from each folder. Files that have are older than the interval set in FileScanInterval are deleted from the system. In addition, if a sub-folder is empty, it is deleted as well.

Back to Top

The log file

See Also