I have a zip file named:
?????.txt.zip
It contains a text file: ??.txt
When I unzip it, it throws following errors:
C:\Users\Admin\Desktop\?????.txt.zip: Cannot create ?????.txt
The filename, directory name, or volume label syntax is incorrect.
C:\Users\Admin\Desktop\?????.txt.zip: Attempting to correct the invalid file name
C:\Users\Admin\Desktop\?????.txt.zip: Renaming ?????.txt to _____.txt
I need to find out a way to get the original filename and not the underscores( _ ). Because the filename is valid and file exists, problem is only with unzipping.
Can anybody help me out?