Darkicon 0 Newbie Poster

I had a few friends test an app for me the first thing they reported to me was an exception from JIT Debugging. IO.FileNotFound on one of my buttons. Specifically what that button does is it launches a previously created batch file in a new subfolder of "Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)", which is the appdata folder for the user.

I'm guessing the reason it was never made was because of security reasons but the other thing is they never reported an AccessDenied exception.

How can I have it so it's able to create the file without problems?