Hi,
As far as I understand, you are adding the files to the Stores | Files collection of your project.
I tried to add an excel file called "affinitÄt.xlsx" as a new item. Testcomplete 8.2 converts the "Ä" in another sign. The same thing happens with '"Ü", "Ö", space, hyphen, dot and "ß" in the filename |
We have reproduced this behavior and are investigating it. We will keep you updated on the progress.
This Version also doesn't like a number at the first Position of the filename. For example a file called 09-329.... got an "A" on the first position |
Let me quote the Remarks section of the
Adding Files to the Files Collection help topic:
When you add a file to the Files collection, TestComplete converts the name of the selected file to a name that is allowed in scripts. For example, the name 1.bat cannot be used in script code. This file name will be converted to the A_bat name, which is valid and can be used in your scripts. |
The behavior was changed due to the introduction of the File.Check method that allows addressing files from Stores | Files by their name in the collection.
all old files with such nouns in the filename I handled in Version 7, I can see correctly in the filelist in Version 8. But running my testrun the programm aborded because it can't find or read this files |
We failed to reproduce this. Could you please post the problematic script? Also, tell us what the error is and on what line it occurs.