CICS525 / DBLikeProject

DBLikeProject
0 stars 1 forks source link

FileSysMonitor accept absolute file path name #9

Closed Elitward closed 10 years ago

Elitward commented 10 years ago

FileSysMonitor should be able to accept absolute file path name, such as: root dir: c:\abc there is a file: c:\abc\xyz.txt

The following three should all be workable: startIgnoreFile(c:\abc\xyz.txt) startIgnoreFile(\xyz.txt) startIgnoreFile(xyz.txt)

achengscode commented 10 years ago

Issue is fixed.