File create - simple example

0 views
Skip to first unread message

Justin

unread,
Sep 8, 2007, 6:16:50 AM9/8/07
to Exam Bells !!! - Group for Sem exam preparation
output
-------

file create

++++++++++
create file
++++++++++++


******************************************************

Imports System.IO

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button1.Click

Dim fstream As New FileStream("D:\plz-delete-this.txt",
FileMode.OpenOrCreate, FileAccess.ReadWrite)

End Sub

End Class

Reply all
Reply to author
Forward
0 new messages