Browse Subversion Repository
Contents of /branches/4-stable/tests/#31050.ttl
Parent Directory
| Revision Log
Revision 8437 -
( show annotations)
( download)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File size: 250 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
; open or create |
| 2 |
fileopen fh 'z:\tmpa.txt' 0 |
| 3 |
fileclose fh |
| 4 |
|
| 5 |
; open with readonly=false |
| 6 |
fileopen fh 'z:\tmpa.txt' 0 0 |
| 7 |
messagebox 'a' 'a' |
| 8 |
fileclose fh |
| 9 |
|
| 10 |
; open with readonly=true |
| 11 |
fileopen fh 'z:\tmpa.txt' 0 1 |
| 12 |
messagebox 'a' 'a' |
| 13 |
fileclose fh |
|