c++ - Application directory access -
is there way grant windows c++ application read/write access directory unprivileged user running application otherwise not have access to? writing , communicating service performs actual file access work, i'd prefer not throw code @ problem if there's easier / more straightforward solution.
no
the purpose of security make sure directories , other items not accessed when shouldn't be.
Comments
Post a Comment