for some reason when I put this in:

FileStream fs = new FileStream( m_Path, FileMode.Open, FileAccess.Read);

I get red lines under all 3 arguments. Is there a namespace that I can enter or something?

and how can I get the project path as a string?

Having a dictionary for my items would be quite hard to do I have an array and arrays of classes.

I