CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Igor Vartanov

Search: Search took 0.23 seconds.

  1. Re: What directories can an application run by non-elevated user write to Win7?

    An update: I just created a new dummy user in W7, and the test easily creates the path in %ProgramData% for him. I leave it for your consideration. :)
  2. Re: What directories can an application run by non-elevated user write to Win7?

    Yes, I found that myself. And my conclusion is that something wrong with the SHCreateDirectory call, as it does not create the target path but reports success. Or there's something I still don't know...
  3. Re: What directories can an application run by non-elevated user write to Win7?

    When I face a problem like this I just write a small test. This is the results:


    x64\95.exe
    %APPDATA% C:\Users\Igor\AppData\Roaming
    *...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured