SilverScreen Solid Modeler

find_next

find_next

Previous topic Next topic  

find_next

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int find_next ( char *buf )

 

char *buf;      // character buffer to receive filename

 

 

 




Synopsis

#include "silver.h"

 

The find_next function retrieves matching filenames based on the pattern used in a previous call to find_first , copying them into buf .

 

 

Parameters

buf is the address of a character buffer, sufficiently large enough to hold a filename.

 

 

Return Value

find_next returns values as specified in find_first .

 

 

See Also

find_first