in reply to Re^2: Win32api::File and Directories
in thread Win32api::File and Directories

Well, you could create a interface to FindFirstFileW or FindFirstFileExW, FindNextFileW and FindClose using Win32::API.

Update: It seems that BrowserUK has already implemented that to which I was refering, except he implemented the non-unicode version of the calls.

Replies are listed 'Best First'.
Re^4: Win32api::File and Directories
by Droid41 (Initiate) on Jun 15, 2005 at 22:01 UTC
    So I see. I'm playing with it now. Thanks for the input!