summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/file-full-path.md
AgeCommit message (Collapse)Author
2024-03-13Generate relnotes for 1.4.0.Jussi Pakkanen
2023-11-24File: Add full_path() methodXavier Claessens
This is needed now that str.format() is not allowing it any more. It is also more consistent with other objects that have that method as well, such as build targets. Fixes: #12406