I have build a VB.NET application which uses PHP command line to run some scripts in a folder in the same directory.
I do not want the script in PHP directory to be editable. So, I want that folder to be inaccessible by users or only available to my applicaiton.
Any Idea how can I achieve this?