Home » FSO・FileSystemObjectの使い方 » TextStreamを返すメソッド一覧

ScriptingライブラリのFileSystemObject系の複数のオブジェクトに、戻り値がTextStreamオブジェクトであるメソッドがいくつか用意されています(FileSyestemObjectオブジェクトだけでなく、FolderオブジェクトやFileオブジェクトにも)。

これらを一覧にしておきます。

[スポンサードリンク]

TextStreamオブジェクトを返すメソッドの一覧

クラスメソッド引数
FileSystem
Object
CreateTextFileFileName As String,
[Overwrite As Boolean = True],
[Unicode As Boolean = False]
FileSystem
Object
GetStandardStreamStandardStreamType As StandardStreamTypes,
[Unicode As Boolean = False]
FileSystem
Object
OpenTextFileFileName As String,
[IOMode As IOMode = ForReading],
[Create As Boolean = False],
[Format As Tristate = TristateFalse]
FolderCreateTextFileFileName As String,
[Overwrite As Boolean = True],
[Unicode As Boolean = False]
FileOpenAsTextStream[IOMode As IOMode = ForReading],
[Format As Tristate = TristateFalse]
[スポンサードリンク]

Home » FSO・FileSystemObjectの使い方 » TextStreamを返すメソッド一覧

「FSO・FileSystemObjectの使い方」の記事一覧

検索


Copyright © インストラクターのネタ帳 All Rights Reserved.

.