[Mono-bugs] [Bug 381558] path not set correctly to bin folder
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 18 17:42:02 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=381558
User thomas at suppazone.dk added comment
https://bugzilla.novell.com/show_bug.cgi?id=381558#c1
--- Comment #1 from Thomas Fals <thomas at suppazone.dk> 2008-04-18 15:42:02 MST ---
//a MONO hack (Workaround)
if (bDir.Contains(";"))
bDir = bDir.Substring(0, bDir.IndexOf(";"));
//---
string[] assemblies = Directory.GetFiles(bDir, "*.dll");
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list