Re: win32 reading wide filenames (unicode)



i was able to read the unicode filenames correctly using the Win32::OLE
module as referred to in this post:
http://groups.google.com/group/perl.perl5.porters/browse_thread/thread/4d102499dec40462/ad24f0d8aba49c57?lnk=st&q=win32+perl+unicode+filenames&rnum=5&hl=en#ad24f0d8aba49c57

the files i am working with are mp3 files, so i would like to use the
MP3::Info module to read the id3v2 tag info. however, i am having no
success with reading files that have unicode filenames. the post says
that i can use the Win32API::File trick but i dont understand how to do
this.

any help will be appreciated.

.