Iam developing an application which will trigger events for file/folder creation.When i copy a folder with some files in it the event is trigerred when the copy operation is just started, that makes difficult for my function which executes on the event to work with the files inside since the files are not yet fully copied..So, how to find whether the contents(files/sub folder) in that copy folder is ready to use.i.e fully copied so that i can run my function after the complete folder is ready to use.
Thanks in advance..