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
When file path exceeds 260 character limits, everthing search finds the file but shows wrong result:
IEverything everything = new Everything();
everything.Reset();
var results = everything.Search().Name.Contains("*.[extension]");
In FullPath member, I can only see first 259 characters of path but application itself shows true path.
The text was updated successfully, but these errors were encountered:
When file path exceeds 260 character limits, everthing search finds the file but shows wrong result:
IEverything everything = new Everything();
everything.Reset();
var results = everything.Search().Name.Contains("*.[extension]");
In FullPath member, I can only see first 259 characters of path but application itself shows true path.
The text was updated successfully, but these errors were encountered: