Skip to content

Commit

Permalink
confirmation that win32 filescanner doesn't traverse shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 29, 2011
1 parent 531fc22 commit 3006386
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cpp/core/system/file_monitor/FileMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@

#include "FileMonitorImpl.hpp"


// TODO: prevent recursing over links outside of directory during indexing
// (note this should be done for posix but needs to be done for win32)

// TODO: as part of this consider re-implementing Win32 filescanner using
// findnextfile

// NOTE: the functions below assume case-sensitive file names. this could
// in theory cause us to lose notifications on Win32 and OS X however in
// practice we can't think of an easy way for the user to specify the
Expand Down

0 comments on commit 3006386

Please sign in to comment.