You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use faster WIN API if possible
* return early if nothing searchable exists
* remove conversion to vector of char because const char* (via c_str()) is
LPCSTR
* implement common (http://en.cppreference.com/w/cpp/filesystem/path step
1)
quick return part of algo for empty paths
* couldnt find any performance diff with FIND_FIRST_EX_LARGE_FETCH so took
the check for OS version out because all other OS support the call with
NULL. Also removes need for static
* cleanup
0 commit comments