I have apple mac clients copying files and directories(some quite large) to a "hot folder" on a 2000 server. I would like to process these files when they have finished copying.
The file is listed as writable at all times during copying as well.
The difficulty is telling when a copy has finished.
I have tried to get the file size, but I get the file properties instead of the actual size even while copying. I have tried to read an EOF, this trashes the original file! Any advice welcome....delaying the process can work but is messy with large dirs.
Thanks
The file is listed as writable at all times during copying as well.
The difficulty is telling when a copy has finished.
I have tried to get the file size, but I get the file properties instead of the actual size even while copying. I have tried to read an EOF, this trashes the original file! Any advice welcome....delaying the process can work but is messy with large dirs.
Thanks