ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Feature: Allow user to specify library folder #44

Open peters opened 11 years ago

peters commented 11 years ago

A common scenario is where you have stored all your application Resources in %AppData% but the application itself might exist in another location on the disk. If you could specify the location either via BrowserSettings() or somesort to where the actual library files are located, this would solve the problem.