Script to parse folder structure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rkoduru
    New Member
    • Sep 2007
    • 1

    Script to parse folder structure

    Hi All,

    I am looking for a script which will parse the folder structure (recursive) of a drive using my windows credentials (2003 domain) and give me the list of any folders/files that i dont have access to.

    Any quick help is greatly appreciated.

    Ratan
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by rkoduru
    Hi All,

    I am looking for a script which will parse the folder structure (recursive) of a drive using my windows credentials (2003 domain) and give me the list of any folders/files that i dont have access to.

    Any quick help is greatly appreciated.

    Ratan
    Unfortunately, this is not a script writing service. Although, we will be happy to assist you with any code you have written but will not just provide you a script.

    Why don't you post the code you have tried thus far and we can assist you.

    For listing files and directories (among other things it can do), you may want to read up on the File::Util module on CPAN.

    Regards,

    Jeff

    Comment

    Working...