Jachyra said:
I don't think that's the problem (preventing the scanning). I'm talking 6.3 here:
The dir where I installed mapfinder: c:\civ3map
The dir where the maps are saved: c:\civ3map\maps
Right after I stop mapfinder (usually manually by pressing the stop button), the program opens Firefox and there's the title, the little resource thumbnails on top, but the rest is empty. Also, there is a file created "index.htm" in the maps folder. IIRC, the file is like 177 bytes only (I'll have to check tonight to make sure).
That's why I think the program can access the folders (civ3map and maps) just fine...
Trust me! It's the root of the problem. The reason you have an empty report is
because the scan for the filelist return empty. Here is what the program is doing:
Step #1: Get a file list
Step #2: Read each file on the file list and generate the report
Step #3: Show the report to the user
As you see, if you get no file list on step #1, you would have a blank/empty report on step #3. That's exactly how the program work...it's the same as the spaceship project:
Step #1: Design and build your spaceship
Step #2: Launch your spaceship
Step #3: Set destination to Alpha Whatever
Although the problem is that we can't set the destination or can't get to the destination, but the root of the problem is that there was no spaceship to begin with. No spaceship = can't set destination to Alpha Whatever.
Btw, creating a new file isn't the same as scanning for a file. When you create a file, you already know in advance the property of the file that you are going to create. When you scan for file, you are at the mercy of your file system. Therefore, the "index.htm" got created even when it failed to scan that folder.