How to create a folder on Windows machine which can only be accessed by application?

20 views Asked by At

I want to create a application specific folder from my application.

I want to create a folder, in which my application should be able to read, write and copy files and sub-directories. But at the same time I want this folder to be un-accessible (moved, copied or opened) from outside the application.

Any programming language should be fine. Please help.

0

There are 0 answers