JayHoo
05-28-2009, 10:30 AM
Does anyone know how to wait for a file to be created? I know I can test if a file exists with "filetest -r $file" but I need to wait until this file is rendered and written to disk.

View Full Version : Wait until a file is created?
|
JayHoo 05-28-2009, 10:30 AM Does anyone know how to wait for a file to be created? I know I can test if a file exists with "filetest -r $file" but I need to wait until this file is rendered and written to disk. |