2018-01-01から1年間の記事一覧

ファイル読み書き

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim inputFile As String = Path1 & file1 ' 入力用ファイル Dim outputFile As String = Path1 & file2 ' 出力用ファイル ' 出力用ファイル…