in reply to Win32::API: How to create a web folder?

You just use Win32::API. Here are the steps
  1. Figure out what DLLs are is being loaded
  2. Figure out what functions are being called
  3. Translate that to perl ( use Win32::API ... )
Pretty easy, no? Good luck.

update: You can use "Process Explorer" to figure out which DLLs are being loaded ... google ... msdn ...

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Win32::API: How to create a web folder?