CICS525 / DBLikeProject

DBLikeProject
0 stars 1 forks source link

FileSysMonitor should provide full path filename or path from root folder #5

Closed Elitward closed 10 years ago

Elitward commented 10 years ago

Example: StartListen("d:\abc\", callback) Create folder: d:\abc\def\ Create file: d:\abc\def\xyz.txt callback should be triggered, filename = "d:\abc\def\xyz.txt" or "def\xyz.txt" callback should not only tells "xyz.txt".