Deletes files that are older than a date matching the configured mask from the configured path.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
DeleteOlderFiles | File | Synchronous | Supported | Supported | Supported |
DeleteOlderFiles( strPath, strMask, strDate )
Returns the number of files deleted.
Tag Name | Expression |
---|---|
Tag | DeleteOlderFiles( "C:\Studio\Project\HST\", "*.hst", "04/12/2002" ) |