I am writing a function for a Windows application that takes a few arguments. I then want to take the values of these arguments and write them to a file on the users machine using the System class to access the users datapath. I then want to read that file the next time the app is launched and pass the values in the file to a database server side and store the values. Does anyone know the correct syntax for accessing the users application datapath and the best way going about accomplishing this task?