I would like to cretae a program to move files from one directory to
another...
ex:
from c:\in
to
c:\out
so anything in c:\in would be moved. I would like this to run every 30
or 40 seconds.
One other thing is I want to only get and move files that are fully
written to the c:\in folder I dont want to start moving a file that is
in process of being written to the directory.
So can it be done to look by time and anyhting that is 30 seconds or 1
minute in time older than current time?
How would I do something like this?
another...
ex:
from c:\in
to
c:\out
so anything in c:\in would be moved. I would like this to run every 30
or 40 seconds.
One other thing is I want to only get and move files that are fully
written to the c:\in folder I dont want to start moving a file that is
in process of being written to the directory.
So can it be done to look by time and anyhting that is 30 seconds or 1
minute in time older than current time?
How would I do something like this?
Comment