Hello!
I have a very simple video player in my project, which basically asks you to choose a folder in your hard drive, and then loads all videos inside the selected folder.
I'm noticing a strange issue when retrieving the total number of files in the folder, using "FileSystem.FileCount".
When selecting a folder on my local drive, the file count is perfect (folder containing 105 files will return "105"), but when selecting a folder off of an external USB drive, the file count is always double what its supposed to be (USB folder containing 105 files will return "210")
Why does this happen?
In case its relevant, I work on a Mac and the USB drive is formatted "Ex-FAT"