chuchuchu747
2013-06-01 09:57:09 UTC
Hi All,
when I try to access a folder with a german "umlaut" in the folder name I get an exception:
Rolfs Kinderfr├╝hling
Exception: Unable to open directory Y:\Shared Music\Kinderlieder\Rolfs Kinderfr├╝hling
---------
items Directory.io 48
Directory directories umlautTest.io 3
CLI doFile Z_CLI.io 140
CLI run IoState_runCLI() 1
The exception occurs when I try to get the subdirectories:
dir := Directory clone setPath("Y:\\Shared Music\\Kinderlieder\\Rolfs Kinderfrühling")
dir name println
childs := dir directories
The folder has no subdirecotries but that shouldn't raise an exception right?
I'm running Windows 8 on a german latop but the system language is english.
Does anyone has an idea?
With best regards,
Chris
when I try to access a folder with a german "umlaut" in the folder name I get an exception:
Rolfs Kinderfr├╝hling
Exception: Unable to open directory Y:\Shared Music\Kinderlieder\Rolfs Kinderfr├╝hling
---------
items Directory.io 48
Directory directories umlautTest.io 3
CLI doFile Z_CLI.io 140
CLI run IoState_runCLI() 1
The exception occurs when I try to get the subdirectories:
dir := Directory clone setPath("Y:\\Shared Music\\Kinderlieder\\Rolfs Kinderfrühling")
dir name println
childs := dir directories
The folder has no subdirecotries but that shouldn't raise an exception right?
I'm running Windows 8 on a german latop but the system language is english.
Does anyone has an idea?
With best regards,
Chris