Check for Files That are Zero Bytes
by marjo martinez,
in Task of the Month,
posted 12/7/09
This task will loop through a folder and check for any files that are zero bytes or empty using the function FileLen() to get the size of the file. An IF conditional is used to evaluate whether it is less than 1 byte in size. If the file is 0 bytes a message dialog will be displayed that the file is zero bytes in size.
Comments (0)