I have a program which is currently set up to generate files from a database and upload them to a website via FTP (using the same local temp file for each page before uploading it.)
I want to alter it now to make all those files locally, putting them in the correct folders et al. Now normal creating of files is easy, the question I have is how to go about changing the current working directory (or whatever) to get them into the correct folders. The program was written originally for 5.2.0r4 but there shouldn't be much difference for 5.6.1r1 (I don't think) and it only needs to work on mac classic. ~wren