I am writing a program that will save data to a sequential file. Everything works just fine if the user has the directory and the file in that directory on their computer already, but how do I create the directory and file if it doesn't exist? I want to check on the form load event to see if there is one there, and if not, create the folder, and file(blank). If it does exist, then I want to do nothing. I would like to do everything from the same form, no modules, and no api calls. Any help? I can't seem to find this. It is probably some real simple commands....
