Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to load DLLs only if they are in a directory. Is there a simple way to do this?
I did it he simple way, with System.IO.Directory.GetFiles builds a string array with all files in the dir, and GetFiles takes a "file mask" as parameter, like "*.dll", so you only get DLL's, then looping through that array do Assembly.LoadFrom