This alias is looking for a file with today's date:

alias myCheckingAlias {
var %file = c:\systemstats- $+ $asctime(dd-mm-yyyy) $+ .dat
if $isfile(%file) { msg #chan file %file exists }
else msg #chan file doesn't exist
}