TempFile.Transience

This enumeration is used to control whether the temporary file should persist after the TempFile object has been destroyed.

Values

ValueMeaning
Transient

The temporary file should be destroyed along with the owner object.

Permanent

The temporary file should persist after the object has been destroyed.

Meta