From: Mattia B. <mb...@ds...> - 2002-11-27 08:57:27
|
On Wed, 27 Nov 2002, boo radley wrote: >I'm trying to use Wx::FileSystem's FindFirst/ FindNext, but am finding >that wxFILE/ wxDIR don't seem to be exported by either Wx or >Wx::FileSystem. Although I found the values (wxFILE is 1 and wxDIR is 2, >if you're curious...), I wonder was just trying to export from the wrong >modules? In general, all constants are exported by 'use Wx "wxFOO"'. If this fails, this means that the constants are not "wrapped" in wxPerl. WRT these two constants, I'll add them. Regards Mattia |