VBScript fgets 関数

ファイルポインタから 1 行取得する


Public function fgets
    fgets = ts.ReadLine
end function

引数

なし

戻り値

ファイルポインタから 1 行取得する

処理

ファイルポインタから 1 行取得します。
File_System class内での処理

その他の PHP filesystem 関数