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.
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.