I've got an ASP.NET MVC app that p/invokes FindFirstFile and FindNextFile. When I create an app pool for the web site to run under, I'll specify a specific user account that has the minimum required permissions to make these calls.
What permissions should the user I specify have?