回答編集履歴
1
追記
answer
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
[File.OpenWrite(String) メソッド (System.IO) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.io.file.openwrite?view=net-5.0#System_IO_File_OpenWrite_System_String_)
|
|
2
2
|
|
|
3
|
-
> 書き込み用に、既存のファイルを開くか新しいファイルを作成します。
|
|
3
|
+
> 書き込み用に、既存のファイルを開くか新しいファイルを作成します。
|
|
4
|
+
|
|
5
|
+
...
|
|
6
|
+
> 戻り値
|
|
7
|
+
FileStream
|
|
8
|
+
指定されたパスに置かれている、非共有の FileStream オブジェクト。アクセス許可は Write です。
|