Quote:
Originally Posted by HellRazor
Hey Jeff (or anyone else who can help):
I am attempting to modify the DLL to allow the the path to the UO directory to be changed programically from the calling application.
I've tried using a public static variable to hold the file path, which is then used in FileIndex.cs. The problem I am running into is that once the path to the UO client has been set the first time, the DLL always uses that path, even when the static public variable has changed.
Can anyone give me an idea as to why this happens and what I can do to work around it?
Thanks!
|
Ya you would have to re-initialize the FileIndexes when the path is changed, kind of a pain in the ass, but doable.