This happens when running the command line version of the html converter, and the user uses the -backup parameter and the following directory has not been created yet. If it would be plausible to create the following directory, it should go ahead and create the directory. Instead, it outputs and error message and no creation or conversion occurs.
Example:
=>java -jar htmlconv.jar -backup tempdir index.html
Absolute Directory not Found: /home/billyh/zip/tempdir
It should have just created the directory /home/billyh/zip/tempdir and placed the backup file in it after the conversion.
Example:
=>java -jar htmlconv.jar -backup tempdir index.html
Absolute Directory not Found: /home/billyh/zip/tempdir
It should have just created the directory /home/billyh/zip/tempdir and placed the backup file in it after the conversion.