It is a tiny file (4kb's) but I do have multiple users accessing it.
Currently it is working as we mount the server using AFP then uses a Open, Write and Close process on the file. I wanted to try mimic that so we can move to mobile devices.
I am building a routine that gets an order number from a text file on a server through FTP, increments that order number then saves the new, incremented order number back to the file.
I am stuck on the saving part. Here is my basic code. It gets the correct data out of the file, increments ...
I have recently taken on a huge someone legacy system to maintain and add features to.
The original programmer is a business man and had no programming experience and the code is a mess. To big of a mess for me to start documentation from scratch. Is there any software you can suggest for ...