e89ea3d190
In the get_filename_component command, add a new BASE_DIR parameter to use with the ABSOLUTE and REALPATH options. This will be used when finding an absolute path from a relative path.
7 lines
254 B
ReStructuredText
7 lines
254 B
ReStructuredText
get-filename-component-base-dir
|
|
-------------------------------
|
|
|
|
* The :command:`get_filename_component` command learned a new ``BASE_DIR``
|
|
subcommand. This is used to specify a base directory when calculating an
|
|
absolute path from a relative path.
|