VB.NET-INFORMATIONS.COM



VB.NET Files Tutorials

How to VB.NET FileStream operations

How to VB.NET FileStream operations

The FileStream Class represents a File in the Computer. FileStream allows to move data to and from the stream as arrays of bytes. We operate File using FileMode in FileStream Class

Some of FileModes as Follows :

FileMode.Append : Open and append to a file , if the file does not exist , it create a new file

FileMode.Create : Create a new file , if the file exist it will append to it

FileMode.CreateNew : Create a new File , if the file exist , it throws exception

FileMode.Open : Open an existing file

How to create a file using VB.NET FileStream ?

The following example shows , how to write in a file using FileStream.

VB.NET Source Code


When we execute the program , it create a new File and write the content to it .
VB.NET Files Related Contents
How to VB.NET Directory operations
How to VB.NET File operations
How to VB.NET TextReader
How to VB.NET Simple TextReader
How to VB.NET TextWriter
How to VB.NET BinaryReader
How to VB.NET BinaryWriter

VB.NET Related Tpoics
Microsoft .Net Framework Tutorials
VB.NET Language Basics Tutorials
VB.NET Program Flow Control Tutorials
VB.NET Collections Tutorials
VB.NET String Tutorials
VB.NET Files Tutorials
VB.NET Excel 2007 Tutorials
VB.NET Crystal Reports Tutorials
VB.NET Communications Tutorial
VB.NET ADO.NET Tutorial with source code
ADO.NET Data Providers help and Tutorial
VB.NET ADO.NET Dataset Tutorial
ADO.NET DataAdapter and Dataset
VB.NET ADO.NET DataView Tutorial

Search here for more Vb.Net Source Code :


   Categories

    HOME
    VB.NET

 
 
 
   













  |  Home   |  SiteMap   |  About   |
net-informations.com (C) 2008 All Rights Reserved