Arbortext Command Language > Hooks > postexporthook
  
postexporthook
postexporthook
Function prototype:
hook(outFile)
Synopsis
Use with:
add_hook(hookname, func[, prepend])
remove_hook(hookname, func)
where hookname is postexporthook.
The post export hook is called after a successful export operation. The input parameter is the path name of the exported document. The hook is not called if the export fails. The return value of the function is ignored.
Argument
outFile is the path name of the exported document.