in reply to Re^2: Directory operations and Unicode
in thread Directory operations and Unicode
When using Win32::COM I subsequently use the OS COM facilities, hence I bypass any Wide APIs, call the Scripting.FileSystemObject and access the filesystem in UTF
No. You don't bypass the Wide APIs, you wrap them using a ridiculously large stack of other APIs. After uselessly burning a lot of CPU cycles, the Scripting.FileSystemObject finally ends calling the Wide APIs.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Directory operations and Unicode
by nikosv (Deacon) on Nov 09, 2011 at 05:45 UTC | |
by afoken (Chancellor) on Nov 11, 2011 at 13:29 UTC |