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
If a project using an OpenSearchEngine is built and run from a directory containing spaces, calling LoadPlugins() throws a System.IO.DirectoryNotFoundException.
The problem seems to be this line, which converts spaces to "%20".
The text was updated successfully, but these errors were encountered:
If a project using an OpenSearchEngine is built and run from a directory containing spaces, calling LoadPlugins() throws a System.IO.DirectoryNotFoundException.
The problem seems to be this line, which converts spaces to "%20".
The text was updated successfully, but these errors were encountered: