I am using File size function to remove file where no data available and it only contain error message. I have one folder which consist of many file with similar name and date of a file(as mentioned below).
SalesData20160401
SalesData20160402
SalesData20160403 and so on,
There are few files which does not contain niether data nor header. I am trying to load all the files from a particular folder (as stated below) and want to exclude file for which the size is below 10 KB.
D:\Data\SalesData\(files are stored under this path)
How can I exclude those file which are having a size of less than 10 KB?