The %fdopen() function associates a stream with the file.descriptor obtained from an %open(), %dup(), or %creat().
Syntax
stream = (char*)%fdopen(file.descriptor, type)
See Also
%fclose() Function
%fopen() Function
%freopen() Function
FlashBASIC C Functions Overview
cfunction Statement