8vms - VMS Utility Methods for ImageMagick;/


NAME



)vms - VMS Utility Methods for ImageMagick




(

SYNOPSIS



closedir(entry)

readdir(entry)




B

FUNCTION DESCRIPTIONS






(

closedir



CMethod closedir closes the named directory stream and frees the DIR structure.

&The format of the closedir routine is:



        closedir(entry)


(A description of each parameter follows:

4
entry:


'Specifies a pointer to a DIR structure.






(

openedir



EMethod opendir opens the directory named by filename and associates adirectory stream with it.

%The format of the opendir routine is:



    opendir(entry)


(A description of each parameter follows:


entry:


'Specifies a pointer to a DIR structure.






&

readdir



JMethod readdir returns a pointer to a structure representing the directoryDentry at the current position in the directory stream to which entryrefers.

The format of the readdir



        readdir(entry)


(A description of each parameter follows:


entry:


'Specifies a pointer to a DIR structure.