Re: [Nant-users] embedding resources

2003-09-22 Thread Scott Hernandez
to them by using Assembly.GetManifestResourceStream(resName) I hope this helps some people out there. - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 1:13 PM Subject: [Nant-users] embeddin

[Nant-users] embedding resources

2003-09-22 Thread Scott Hernandez
Okay, I have the following directory structure that I want to embed into a resource file. -Resources -Files -Valid file1.xml -Invalid file1.xml ... I want to be able to access the resources programmatically by their director