[Mono-winforms-list] Correct behaviour?

Paul paul at all-the-johnsons.co.uk
Wed May 7 10:03:26 EDT 2008


Hi,

Simple winform problem / bug

path = System.Environment.CurrentDirectory;
string sep = Path.DirectorySeparatorChar.ToString();
conpath = path + string.Format("{0}configure.xml",sep);
DialogResult result;
result = MessageBox.Show(this, conpath, "Wibble", MessageBoxButtons.OK);
		
Should this diplay the full conpath with .xml on the end? or should it
be truncated to exclude .xml?

Using mono-1.9.1

TTFN

Paul			
-- 
Sie können mich aufreizen und wirklich heiß machen!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20080507/9f5be91f/attachment.bin 


More information about the Mono-winforms-list mailing list