Using NT folder permissions, is it possible to deny a user access to a folder, but allow the same user to run a program that can access the folder.
I have a situation where certain data files (text files), need to be secured such that they are only modified through a specific program. The user needs to be able to use this program to modify data in the text files. However, the user should not be able to browse to the folder and modify the text files manually.
Currently my program is written in Java. Does anyone know how to achieve this with VB6.0, VB.NET or Java?
Thanks