moving files from folder when updated!
moving files from folder when updated!
- Subject: moving files from folder when updated!
- From: g_vkatta <email@hidden>
- Date: Thu, 14 Jun 2001 16:57:59 -0400
hi!
i want to write a script which runs on the server,the script runs continuously
and checks whether the folder "A" is updated(i.e new files are added to the
folder "A"),when the new files are added to the folder "A" the script should
move all the files in folder "A" to folder "B".
how should i check to see whether folder "A" is updated or not?
my script should run continuously so that every time when ever the folder "A"
is
updated the script should move the files,should i need to take time in to
consideration?.
cany any one suggest some script please!
thank y