FILEATTRIBUTETEMPORARY
FILEATTRIBUTETEMPORARY is a file attribute that can be set on files to indicate that they are temporary. This attribute is often used by applications to manage temporary files that are created during their operation. Files marked with the FILEATTRIBUTETEMPORARY attribute are typically intended for short-term use and can be deleted by the operating system or other applications when system resources are low.
The specific behavior of files with the FILEATTRIBUTETEMPORARY attribute can vary depending on the operating system.
Applications that create temporary files should set the FILEATTRIBUTETEMPORARY attribute to signal their transient nature. This
The FILEATTRIBUTETEMPORARY attribute is distinct from other file attributes such as READONLY, HIDDEN, or ARCHIVE. It