Plumtree UI Infrastructure API  
 

TempFile.ExpireTempFiles Method 

This function expires (read deletes) files that were last modified more than nExpireFilesOlderThanMinutes ago from the strSubDirectory of the base temp directory.

public static void ExpireTempFiles(
   string strSubDirectory,
   int nExpireFilesOlderThanMinutes
);

See Also

TempFile Class | com.plumtree.uiinfrastructure.tempfile Namespace