File input not working in Windows

So I know this has been a bug, but it seems still is one now

I first tested everything on Mac it works just fine. but on Windows, this doesn't work.

file{ path=>"Users/Desktop/logs/*.txt"}

it won't read in anything.

but if I specify a file within the directory like following, it reads

file{ path=> "Users/Desktop/logs/log1.txt"}

Any work around? Thanks a lot!!