mlf_set_index

Synopsis

    
      #include "mlf.h"
      void mlf_set_index( mlf_def_t * mlf, unsigned long index );
    

Description

mlf_set_index() defines the next file to be read or written by index. Given the definitions in the mlf_def_t structure, there is a natural one-to-one mapping between the non-negative integers and the multi-level paths generated by these routines. If for some reason you know the index number of a file (because perhaps it was stored in telemetry in that form), you can retrieve the file by calling mlf_set_index() followed by mlf_next_file().

Returns

Nothing.

See Also

Multi-level File Routines.

Source File

/usr/local/src/nortlib/mlf.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College