everythingio icon indicating copy to clipboard operation
everythingio copied to clipboard

Results 2 everythingio issues
Sort by recently updated
recently updated
newest added

Per code https://github.com/dipique/everythingio/blob/429a580d6b23039a771fc5147299b0519bf5fe75/Everything.cs#L208 Should use `Everything_IsFolderResult()` instead. Example: https://github.com/Charles-Zhang-Experiments/EverythingService/blob/80363338c6fb88059caeff4a3e2f382b78848f21/EverythingService/Everything.cs#L199C22-L199C22

> https://learn.microsoft.com/en-us/dotnet/framework/interop/default-marshalling-for-strings > > https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices#string-parameters > > The above Microsoft docs include canonical examples to reduce allocations when marshalling native char arrays into managed code. > > This commit should...