in reply to Re: Stats for files using File::Find and DFS information
in thread Stats for files using File::Find and DFS information

Thanks,...This is good.

But how about the file owners? Any idea how can I obtain this information please?

Regards

Blackadder
  • Comment on Re^2: Stats for files using File::Find and DFS information

Replies are listed 'Best First'.
Re^3: Stats for files using File::Find and DFS information
by blackadder (Hermit) on Jul 12, 2005 at 08:25 UTC
    Just read one off Tye's posts, Stat() under Win32 will always return 0 for file onwership,...need to use Win32::Perms.

    Thanks

    Blackadder