If it can help, I have noticed that "dir" returns the same files names with a dot and underscore at the beginning. I have 44 files, and dir gives 44+44+2=90 files, where the extra two are represented by '.' and '..'
{'.' }
{'..' }
{'._20190217.csv'}
{'._20190218.csv'}
{'._20190219.csv'}
{'._20190220.csv'}
{'._20190221.csv'}
...
{'20190217.csv' }
{'20190218.csv' }
{'20190219.csv' }
{'20190220.csv' }
{'20190221.csv' }
...