summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/file-full-path.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/file-full-path.md')
-rw-r--r--docs/markdown/snippets/file-full-path.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/file-full-path.md b/docs/markdown/snippets/file-full-path.md
deleted file mode 100644
index fbb8e548d..000000000
--- a/docs/markdown/snippets/file-full-path.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## File object now has `full_path()` method
-
-Returns a full path pointing to the file. This is useful for printing the path
-with e.g [[message]] function for debugging purpose.
-
-**NOTE:** In most cases using the object itself will do the same job
-as this and will also allow Meson to setup dependencies correctly.