I have this problem: can't get the filename when it contains non asci character.
i was just writing a program that retrived all the filenames of a directory using the dir$ command
when the filename contains non asci character the dir command converts them to asci. the result is that you get a non existing filename.
can anybody suggest a way to get the correct filenames (that i suppose in unicode) of a directory avoiding this problem?
i was just writing a program that retrived all the filenames of a directory using the dir$ command
when the filename contains non asci character the dir command converts them to asci. the result is that you get a non existing filename.
can anybody suggest a way to get the correct filenames (that i suppose in unicode) of a directory avoiding this problem?
Comment