.NET Framework Bookmark and Share   
 index > .NET Base Class Library > system.file.io library for vb.net 2005
 

system.file.io library for vb.net 2005

i want to know in which framework version cames the following library system.file.io i'm using vb.net 2005, can some body tell me?

niko10000

niko10000,

Based on your post, there is System.IO.File class of System.IO namespace in mscorlib.dll assembly. This namespace is applied for all the .NET Framework versions, from 1.0 to 3.5.

I never heard of System.File.IO class library in .NET Framework, you can not find the related documents about this class, either. Since you are developing in VB 2005, I would like to provide you the KB 304427 with an example on basic file I/O issue:

How to do basic file I/O in Visual Basic 2005 or in Visual Basic .NET

If you have any further questions, please feel free to reply.

Hope that helps.

Bruno Yu

niko10000,

Based on your post, there is System.IO.File class of System.IO namespace in mscorlib.dll assembly. This namespace is applied for all the .NET Framework versions, from 1.0 to 3.5.

I never heard of System.File.IO class library in .NET Framework, you can not find the related documents about this class, either. Since you are developing in VB 2005, I would like to provide you the KB 304427 with an example on basic file I/O issue:

How to do basic file I/O in Visual Basic 2005 or in Visual Basic .NET

If you have any further questions, please feel free to reply.

Hope that helps.

Bruno Yu

You can use google to search for other answers

Custom Search

More Threads

• Problem with Directory.GetFiles Method (String, String) -- gives odd results
• text file hangs while opening using process.start() through IIS
• EventLog.WriteEntry - static or not?
• EventWaitHandle synchronization between windows forms app and windows service
• Treeview of Multi assembly App Settings
• FTPWebRequest ArgumentOutOfRangeException millisecondsTimeout
• process.start(http://someserver/someapp.exe)
• How to catch a key in windows
• Calculate absolute path
• Windows Service and System.Drawing Namespace