8vms - VMS Utility Methods for ImageMagick9/


NAME



vms - 8VMS Utility Methods for ImageMagick




(

SYNOPSIS



"readdir( entry );




B

FUNCTION DESCRIPTIONS






(

closedir



@Method closedir closes the named directory stream and frees the #DIR structure.

%The format of the closedir method is:

=A description of each parameter follows:

7

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 method 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.