From dc6f8d4a0af27f32ff9d8df86cae6ad2df4aefcc Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 Aug 2016 22:40:00 +0200 Subject: command: add a property that returns filename without extension Requested. Fixes #3404. --- DOCS/man/input.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 46dcb36e7d..10fd6e2b1c 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -869,6 +869,12 @@ Property list looks better for display purposes. Use the ``path`` property to get an unmodified filename.) + This has a sub-property: + + ``filename/no-ext`` + Like the ``filename`` property, but if the text contains a ``.``, strip + all text after the last ``.``. Usually this removes the file extension. + ``file-size`` Length in bytes of the source file/stream. (This is the same as ``${stream-end}``. For ordered chapters and such, the -- cgit v1.2.3