Find All Files Writable By User

  • Thread starter Thread starter Daniel Conlon
  • Start date Start date
D

Daniel Conlon

Is there a utility or method which can be employed to search all local
drives for files and directories which are writable by a specified user?
 
I'm not aware of any apps that do that, but if you write code, it would be
pretty easy to whip up something that called CreateFile asking for write
access, closed the handle, and returned success or failure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top