Guardian Procedure Calls Reference Manual
OSS Considerations
• This procedure operates only on Guardian objects. If an OSS file is specified, error 1163 is
returned.
• The OSS open() function always opens Guardian files with shared exclusion mode.
Example
file^type := 0;
options.<15> := 1; ! create an odd unstructured file
error := FILE_CREATE_ ( name:buflen, namelen, file^code,
pri^ext,,, file^type, options );
Related Programming Manuals
For programming information about the FILE_CREATE_ procedure, see the Enscribe Programmer's
Guide and the Guardian Programmer's Guide.
FILE_CREATE_ Procedure 391