Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For some reason I do not have System.IO.Path in my lib. I have Only System.IO. (Compression,isolated storage,ports).

How is it possible ?

share|improve this question

closed as too localized by Henk Holterman, valex, Anup Cowkur, Sébastien Le Callonnec, Anoop Vaidya Jan 17 at 7:33

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

up vote 0 down vote accepted

Path is an object in the System.IO namespace.

share|improve this answer

Because Path is a class not a namespace like IsolatedStorage,Compression or Ports

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.