diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2025-07-14 16:12:30 +0200 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-24 16:04:48 +0300 |
commit | 277d7268be5c730823ddac0cacd651c826043918 (patch) | |
tree | 94ad1c0f23acf7b72ee1bec63e1ed1c670044abb /docs/markdown/snippets | |
parent | 884fb4eefcfdb17a8434ac4a32600e120021641a (diff) | |
download | meson-277d7268be5c730823ddac0cacd651c826043918.zip meson-277d7268be5c730823ddac0cacd651c826043918.tar.gz meson-277d7268be5c730823ddac0cacd651c826043918.tar.bz2 |
Add suffix function to the fs module
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/fs_suffix.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/fs_suffix.md b/docs/markdown/snippets/fs_suffix.md new file mode 100644 index 0000000..7059008 --- /dev/null +++ b/docs/markdown/snippets/fs_suffix.md @@ -0,0 +1,4 @@ +## Added suffix function to the FS module + +The basename and stem were already available. For completeness, expose also the +suffix. |