Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-20
EXTENDEDIT
Copies an EDIT file to a new file that it creates and that has a larger extent size than the
original file. EXTENDEDIT is an IOEdit procedure and can be used only with files that
have been opened by OPENEDIT or OPENEDIT_.
FILE_ALTERLIST_
Changes certain attributes of a disk file that are normally set when the file is created.
This procedure operates only on Guardian objects.
FILE_CLOSE_
Closes an open file opened by either FILE_OPEN_ or OPEN.
tape-disposition
#include <cextdecs(EXTENDEDIT)>
long EXTENDEDIT ( short *filenum /* i,o */
,[ long start ] /* i */
,[ long increment ] ); /* i */
#include <cextdecs(FILE_ALTERLIST_)>
short FILE_ALTERLIST_ ( const char *filename /* i */
,short length /* i */
,short *item-list /* i */
,short number-of-items /* i */
,short *values /* i */
,short values-length /* i */
,[ short partonly ] /* i */
,[ short *error-item ] ); /* o */
#include <cextdecs(FILE_CLOSE_)>
short FILE_CLOSE_ ( short filenum /* i */
,[ short tape-disposition ] ); /* i */
0 = Rewind and unload; do not wait for completion.
1 = Rewind and take offline; do not wait for completion.
2 = Rewind and leave online; do not wait for completion.
3 = Rewind and leave online; wait for completion.
4 = Do not rewind; leave online.