Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

読み込み専用でのfileopen - Tera Term Ticket #31050 on SourceForge.JP

$
0
0

読み込み専用でのfileopen

Open Date: 2013-03-27 19:31

Letztes Update: 2014-11-30 00:44

Reporter:dodaEigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.85
Type:Feature RequestsSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionFixed

Details

fileopen では常に OF_READWRITE でファイルを開こうとする為、書き込み禁止のファイルを開く事ができない。

読み込み専用でファイルを開く手段が欲しい。

例えば以下のようにログファイルの内容を読んで、過去の出力まで遡って処理を行いたい時に有用。

loginfo logname
fileopen fh logname 0
do
	readln fh line
	if result then
		break
	endif~なんらかの処理~
loop

do
	wait "ほげ"
	if result then
		break
	endif~なんらかの処理~
loop

Last Update of this Ticket

2014-11-30 00:44 Update by: maya

  • Ticket Close date set to 2014-11-30 00:44
  • Status Update from Open to Closed.

Viewing all articles
Browse latest Browse all 2128