EverythingNet
EverythingNet copied to clipboard
Search returns only first 259 characters of full 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.