function match(f)
	creationDate = f.resourceValueNamed ("NSURLCreationDateKey")
	accessDate = f.resourceValueNamed ("NSURLContentAccessDateKey")
	return accessDate > creationDate
end
