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

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -