Working with Unicode file names in VBA (using Dir, FileSystemObject, etc.)
问题 I am iterating through files in a folder (which means I do not know the names in the folder), and have a file with a Polish ł character. The Dir function converts this to an l which means the filename can't be found at a later date. I've declared the var that I'm assigning the dir value to as a string. I've also tried FSO and getfolder which also has the same issue. I've also noticed the file dialog (set to folder select mode) converts the character above too. Is this a bug, or is it