I have not post in this forum before and are not sure if the question should be here...
However what I wonder is for the folder:
C:\\WINDOWS\\system32
What I try to do in C++ is to create and read a file from this folder by using this call to that specific folder.
System::Environment::GetFolderPath(Environment::SpecialFolder::System)
What my question is, is if this folder can be locked at some computers.
Is it a good idéa to create a file that will be needed by an application in this folder.
The whole purpose why I want to create a file in this folder is because I more easily can "hide" this file in this folder because there is so many files there rather than creating the file in the "Application Data" folder.
Thank you..