in reply to Re: Retrive Hidden files
in thread Retrive Hidden files
Well, if all else fails, it's still possible to get a directory listing with plain API calls (FindFirstFile, FindNextFile, and FileClose) and Win32::API. I'm not sure there's another Win32 specific module that offers a simpler interface.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Retrive Hidden files
by wfsp (Abbot) on Jun 04, 2005 at 11:32 UTC |