Anyways I have a C++ code that can access a file then copy it and save it to a new location. The only problem is that it fails when I try to save it somewhere in the C drive. The administrators permissions block it, is there anyway to bypass the administrators permissions through the C++ code itself? Or would I have to disable my administrators permissions?