Powershell-files-io

提供:Dev Guides
移動先:案内検索

Powershell-ファイルI/O操作

以下は、さまざまな種類のファイルを作成および読み取るためのPowerShellスクリプトの例です。

シニア

操作と説明

1

リンク:/powershell/powershell_filesio_create_text [テキストファイルの作成]

PowerShellスクリプトを使用してテキストファイルを作成する方法を示すサンプルスクリプト。

2

リンク:/powershell/powershell_filesio_read_text [テキストファイルの読み取り]

PowerShellスクリプトを使用してテキストファイルを読み取る方法を示すスクリプトの例。

3

リンク:/powershell/powershell_filesio_create_xml [XMLファイルの作成]

PowerShellスクリプトを使用してXMLファイルを作成する方法を示すサンプルスクリプト。

4

リンク:/powershell/powershell_filesio_read_xml [XMLファイルの読み取り]

PowerShellスクリプトを使用してXMLファイルを読み取る方法を示すサンプルスクリプト。

5

リンク:/powershell/powershell_filesio_create_csv [CSVファイルの作成]

PowerShellスクリプトを使用してCSVファイルを作成する方法を示すサンプルスクリプト。

6

リンク:/powershell/powershell_filesio_read_csv [CSVファイルの読み取り]

PowerShellスクリプトを使用してCSVファイルを読み取る方法を示すサンプルスクリプト。

7

リンク:/powershell/powershell_filesio_create_html [HTMLファイルの作成]

PowerShellスクリプトを使用してHTMLファイルを作成する方法を示すサンプルスクリプト。

8

リンク:/powershell/powershell_filesio_read_html [HTMLファイルの読み取り]

PowerShellスクリプトを使用してHTMLファイルを読み取る方法を示すサンプルスクリプト。

9

リンク:/powershell/powershell_filesio_erase [ファイルコンテンツの消去]

PowerShellスクリプトを使用してファイルの内容を消去する方法を示すスクリプトの例。

10

リンク:/powershell/powershell_filesio_append [Append Text Data]

PowerShellスクリプトを使用してファイルの内容にテキストを追加する方法を示すサンプルスクリプト。