pub const TMPL_VAR_DIR_PATH: &str = "dir_path";Expand description
Contains the fully qualified directory path of the <path> command line
argument.
If <path> points to a file, the last component (the file name) is omitted.
If it points to a directory, the content of this variable is identical to
TMPL_VAR_PATH,