| http://www.ccl.net/cca/software/X-WINDOW/ImageMagick/ImageMagick/www/api/mac.shtml |
|
CCL mac |
|
NAMEmac - Macintosh Utility Routines for ImageMagick
SYNOPSISclosedir(entry)readdir(entry) systemMAC(command) telldir(entry)
FUNCTION DESCRIPTIONS
closedirFunction 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:
MacGSExecuteCommandFunction MacGSExecuteCommand executes the Ghostscript command.
MacGSLaunchApplicationCoreFunction MacGSExecuteCommand launches the Ghostscript command.
MacGSLaunchApplicationFunction MacGSLaunchApplication launches the Ghostscript command.
MacGSLaunchApplicationToFrontFunction MacGSLaunchApplicationToFront moves the Ghostscript window to the front.
MacGSQuitApplicationFunction MacGSQuitApplication quits the Ghostscript application.
MacGSSetWorkingFolderFunction MacGSSetWorkingFolder set the Ghostscript working folder.
openedirFunction opendir opens the directory named by filename and associates a directory stream with it.The format of the opendir routine is:
opendir(entry) A description of each parameter follows:
readdirFunction readdir returns a pointer to a structure representing the directory entry at the current position in the directory stream to which entry refers.The format of the readdir
readdir(entry) A description of each parameter follows:
SearchForFileFunction SearchForFile searches for a file.
seekdirFunction seekdir sets the position of the next readdir() operation
on the directory stream. The format of the seekdir routine is:
closedir(entry,position) A description of each parameter follows:
systemMACFunction systemMAC executes the specified command and waits until it
terminates. The returned value is the exit status of the command. The format of the systemMAC routine is:
systemMAC(command) A description of each parameter follows:
telldirFunction telldir returns the current location associated with the
named directory stream. The format of the telldir routine is:
telldir(entry) A description of each parameter follows:
|
[ CCL Home Page ]
[ api ]
[ Raw Version of this page ]
| Modified: Wed May 7 00:32:25 1997 GMT |
| Page accessed 1705 times since Sat Apr 17 22:32:31 1999 GMT |