Hey,
I am writing a program that reads in text files that were generated from another program. Some of the files are able to open with no problem but others will not open unless I rename them.
For example:
4_UncommonHints_10-07-2008_Ideas.txt opens fine
but
5_CommonHints_10-30-2008_Ideas.txt will NOT open unless I rename it. Even if I hardcode the filename into the program, it cannot be opened. If I rename it to test.txt the ifstream opens it with no problems.
Is there any reason this would be happening? I would really like to be able to keep the filenames if I can.
Thanks,
Matt