V
VB Student
Sorry this might be a bit of a basic question but I have the following:
Dim myFI As System.IO.FileInfo
myFI = New System.IO.FileInfo("c:\myfile.txt")
myFI.Create()
Dim myFI As System.IO.FileInfo
myFI = New System.IO.FileInfo("c:\myfile.txt")
myFI.Create()