I need to make a program that moves files from an SD card to another folder if it has files in it and skip if it's empty. However it keeps saying that it has files when it doesn't. Can you help me?
Asked
Active
Viewed 26 times
0
-
1I think it sees the `System Volume Information` folder. – spaceface777 Feb 28 '17 at 18:22
-
1Welcome to stackoverflow. Please post your code (preferably in the form of a [minimal, complete and verifiable example](http://stackoverflow.com/help/mcve)). – Michael Feb 28 '17 at 18:25
-
where is your try code ? @spaceface777 – Divyesh Kanzariya Feb 28 '17 at 18:27
-
I'm trying to fix [this](https://github.com/lordscales91/magic9) – spaceface777 Feb 28 '17 at 19:42
-
Have you tried having the program list out what the files are so you can see what it is seeing? – Zeki Mar 03 '17 at 19:18