Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Directory operations and Unicode

by nikosv (Deacon)
on Nov 06, 2011 at 05:21 UTC ( [id://936241]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Win32::OLE->Option(CP => Win32::OLE::CP_UTF8);
    $obj = Win32::OLE->new('Scripting.FileSystemObject');
    
  2. or download this
    $folder = $obj->GetFolder(".");
    $collection= $folder->{Files};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://936241]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2024-04-19 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found