hey folks,
does anybody know how to determine if a given file is still being copied? i’m writing a batch processor to work on big video files – and the software likes reading the files before they’ve finished copying over.
i’m not sure if this is a file thing, a directory thing – or a system thing. The only lead I have is using unix’s lsof command to see which files are currently open, but that seems like overkill (would have to sort through 100s of files).
thanks for any advice/direction on this,
jeremy