I am using a blank application where I need to read a plain text file and process each record however scriptcase can’t find the file so where does the text file need to be, what directory do I need to move this file so that scriptcase can find it??. Thank you.
If you write your own php then it can be anywhere within the webserver root. If you need a directory / file select you need to write that in php too (or copy it from some library). if you are loading it from a local directory then it’s just a file type. I used a control app to read a csv and parse it into fields to be imported in the database.