Using stream As New StreamWriter(outputPath, False, System.Text.Encoding.GetEncoding("Shift_JIS")) stream.WriteLine("aaa") End Using