VDKQueue
VDKQueue copied to clipboard
How to detect what are changed in the folder
Hi I have a possibly silly question.
I want to monitor a folder and get notified when there is any files added, deleted. modified.
with VDKQueue, I think I could get the notification.
But how to get the file names which are newly added, deleted, modified?
BRs, Zongyao Qu
Hi Bryan,
I have the same problem. fbpath returned by the delegate method is just returning the watched folder. Is it possible to get the changed/added/removed file?