TempFileCollection::Delete Method ()

 

Deletes the temporary files within this collection that were not marked to be kept.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
void Delete()

The Delete method examines each file in the collection to determine, on an individual basis, whether the file is to be kept or deleted. Files can be explicitly marked to be kept when added to the collection using add methods that take a keepFile parameter. When adding a file to the collection using the AddExtension overload that does not have a keepFile parameter the value of the KeepFiles property is used as the default keep file indicator.

.NET Framework
Available since 1.1
Return to top
Show: