Can I always write to the windows system directory ?
My application uses a number of DLLs that I have packaged with it.
But for ease of deployment I have included the .dlls into the .exe, and at runtime if the system doesn't have the .dlls it extracts them to the windows system directory.
But is there any situation in which I would not be able to write to the system directory ?
I personally can't think of one, but I thought I'd ask just in case...
Re: Can I always write to the windows system directory ?
What about \WINDOWS directory (not \WINDOWS\SYSTEM32 ) ?
Could any user (not admin) write or modify a file there (for example a text file)?