52df792cd9
Closes #2061 To reproduce such bug, the file foo.txt to monitor should be in the root folder (ie. c:\foo.txt). The algorithm is check if folder path has '\' at the end, if no, then add a '\' then append file name. In the original code, instead of checking folder path, the file name is checked. Since file name doesn't contain '\' (ie. c:\temp), a '\' is always added on folder path which has no '\' at the end. it works for none root folder such as C:\, E:\ or F:\. |
||
---|---|---|
.. | ||
bin | ||
gcc | ||
installer | ||
misc | ||
scintilla.original.forUpdating | ||
src | ||
visual.net |