|
Going through some of this. First I see that you are hard-coding your file strings in your program. Don't do this as it's very very bad practice and makes your program hard to maintain and harder for others to try out. For one instance, I will have a different directory structure than you. Also, don't make logical decisions based on file names. What if they're changed in the future?
|