Link to home
Start Free TrialLog in
Avatar of ARACK04
ARACK04

asked on

file locations

I have a quick question on file locations in C# - ie the physical location where you store your sourcecode.  In java the location of your file was dictated by the namespace which contained them.  In C# though, the namespace has nothing to do with file location.  So, if I wanted to store some of my source files in a different directory, how would I go about doing that?  

Would I have to compile them to a dll?

Thanks much!!!
SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ARACK04
ARACK04

ASKER

What if I were programming on the command line (or writing a code generator)
Avatar of ARACK04

ASKER

points added
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ARACK04

ASKER

Thanks.  Nice user name :)