in reply to Re^2: Win32::FileSecurity and explicitly denied permissions
in thread Win32::FileSecurity and explicitly denied permissions

Fix the code for the module and rebuild it? It could really use some TLC. It does some things nicely but has some serious limitations. The world will thank you.

- tye        

  • Comment on Re^3: Win32::FileSecurity and explicitly denied permissions (give)

Replies are listed 'Best First'.
Re^4: Win32::FileSecurity and explicitly denied permissions (give)
by jdvernon1976 (Novice) on Jun 01, 2006 at 21:49 UTC
    standing firmly in the column of "learning by doing"...

    How would I go about this? The FileSecurity.pm looks like a header file with no actual implementation.

    Where do I find source code I can edit and then examine the results of those changes?

      Go to CPAN, Win32::FileSecurity. You'll need a C compiler (several different free options are available today).

      - tye        

Re^4: Win32::FileSecurity and explicitly denied permissions (give)
by jdvernon1976 (Novice) on Jun 01, 2006 at 20:42 UTC
    I guess that's what I get for asking :)

    I'll see what I can do...

    JDV