Hi,
What is the use of System.IO in C#.NET?
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 5, 2012, 11:46 AM
http://msdn.microsoft.com/en-us/library/system.io.aspx
Satyapriya NayakPosted Jun 5, 2012, 11:45 AM
Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects.
Please refer the below link
http://msdn.microsoft.com/en-us/library/system.io.file.aspx
Thanks