You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
521 B
18 lines
521 B
Imports System.Collections.ObjectModel
|
|
Imports System.IO
|
|
Imports System.Text
|
|
Imports Microsoft.VisualBasic.ComputingServices.FileSystem.Protocols
|
|
Imports Microsoft.VisualBasic.FileIO
|
|
Imports Microsoft.VisualBasic.Net
|
|
Imports Microsoft.VisualBasic.Net.Protocols
|
|
|
|
Namespace FileSystem.IO
|
|
|
|
'Public Class StreamWriter : Inherits BaseStream
|
|
|
|
' Sub New(file As String, device As FileSystem)
|
|
' Call MyBase.New(remote:=device)
|
|
' Me.FileName = file
|
|
' End Sub
|
|
'End Class
|
|
End Namespace |