diff options
Diffstat (limited to 'Help/release/dev/get-filename-component-base-dir.rst')
-rw-r--r-- | Help/release/dev/get-filename-component-base-dir.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/get-filename-component-base-dir.rst b/Help/release/dev/get-filename-component-base-dir.rst new file mode 100644 index 0000000..c0df759 --- /dev/null +++ b/Help/release/dev/get-filename-component-base-dir.rst @@ -0,0 +1,6 @@ +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. |