[SOLVED] Find full path of Content.RootDirectory?
Still a novice programmer here, so any help is appreciated. I want a way to say "Do something for each directory in Content", where Content is the root directory for the content manager in my game. I found that one can do this with System.IO.Directory or System.IO.DirectoryInfo (I don't know the difference between them...) but to declare a Directory or DirectoryInfo you need to know the full path to the directory. Is there anyway I can find the full path to the root directory for the content manager? This will need to be done at runtime because the path will change on each computer. Is there a way to do this? Am I making this way to hard? Will my way not even work? Any help is greatly appreciated.

|