Arbortext Command Language > Functions by Alphabetical Listing > doc_cache_dir
  
doc_cache_dir
doc_cache_dir (doc[, create])
The doc_cache_dir function returns the path name of the cache directory associated with the document specified by doc. If no cache directory exists, it will be created if the create parameter is specified and is non-zero (True). If the create is not specified or is zero (False), then it returns the null string if the cache directory has not been created.
The cache directory is used by the formatter to store intermediate files.
Related Topics
Cache directory (.aptcache)
doc_cache_base function