Ticket #31050

読み込み専用でのfileopen

Date d'ouverture: 2013-03-27 19:31 Dernière mise à jour: 2014-11-30 00:44

Rapporteur:
Propriétaire:
(Aucun)
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Détails

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

Ticket History (3/4 Histories)

2013-03-27 19:31 Updated by: doda
  • New Ticket "読み込み専用でのfileopen" created
2013-03-27 20:27 Updated by: (del#1144)
Commentaire

第4引数 "read only" の追加を検討

2014-11-20 23:27 Updated by: (del#1144)
Commentaire
2014-11-30 00:44 Updated by: (del#1144)
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2014-11-30 00:44

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion