How to work around / with file names that contain non-Ascii characters, for example "Hush Gounod (Bachú Ave Maria).mp3"
Iterating through
returns files as above. Atempting
produces a "File not found" Error 53
FileSystemObjec t is also unable to "see" this file.
Are there any workarounds to access such named file?
Iterating through
Code:
vStr = Dir("*.*")
Code:
Ln = filelen(vstr)
FileSystemObjec t is also unable to "see" this file.
Are there any workarounds to access such named file?
Comment