ju2pom / EverythingNet

A .fluent NET library for the great Everything Search library from voidtools
MIT License
113 stars 25 forks source link

Search returns only first 259 characters of full path #4

Open meliky opened 6 years ago

meliky commented 6 years ago

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.