Arbortext Command Language > Hooks > chdirhook
  
chdirhook
chdirhook
Function prototype:
hook=(wd)
Synopsis
Use with:
add_hook(hookname, func[, prepend])
remove_hook(hookname, func)
where hookname is chdirhook.
This hook is called after the working directory is changed by the cd command or by the Open or Save As dialog boxes.
Argument
wd is the path name of the new working directory.