HP3000-L Archives

July 1998, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Hirviniemi Ari <[log in to unmask]>
Reply To:
Hirviniemi Ari <[log in to unmask]>
Date:
Wed, 29 Jul 1998 16:24:30 +0300
Content-Type:
text/plain
Parts/Attachments:
text/plain (36 lines)
Here's a sample:

:BUILD TEMPFILE;TEMP
:FILE AFILE=TEMPFILE,OLDTEMP
:CALC FINFO('*AFILE', 'EXISTS')
TRUE
:FILE AFILE=TEMPFILE,OLD
:CALC FINFO('*AFILE', 'EXISTS')
FALSE
:
:BUILD PERMFILE
:FILE AFILE=PERMFILE,OLDTEMP
:CALC FINFO('*AFILE', 'EXISTS')
FALSE
:FILE AFILE=PERMFILE,OLD
:CALC FINFO('*AFILE', 'EXISTS')
TRUE
:

Ari Hirviniemi
[log in to unmask]

-----Original Message-----
From: Per Ostberg [mailto:[log in to unmask]]
Sent: 29. heinäkuuta 1998 14:27
To: [log in to unmask]
Subject: temp or perm file?


I'd like to find out, from the CI, if a file is in the temp or perm
domain. Is there an finfo-option or some other trick to accomplish this?
TIA
/per
(in writing this I realise I could use listf/listftemp, but maybe
someone knows of a better way?)

ATOM RSS1 RSS2