in reply to Re: Directory operations and Unicode
in thread Directory operations and Unicode
and manipulate its methods, for example :Win32::OLE->Option(CP => Win32::OLE::CP_UTF8); $obj = Win32::OLE->new('Scripting.FileSystemObject');
If you want to keep your sanity do not start looking into the wide API's ! :)$folder = $obj->GetFolder("."); $collection= $folder->{Files};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Directory operations and Unicode
by afoken (Chancellor) on Nov 08, 2011 at 13:44 UTC | |
by nikosv (Deacon) on Nov 09, 2011 at 05:45 UTC | |
by afoken (Chancellor) on Nov 11, 2011 at 13:29 UTC |