diff options
Diffstat (limited to 'docs/markdown/snippets/fsmodule.md')
-rw-r--r-- | docs/markdown/snippets/fsmodule.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/fsmodule.md b/docs/markdown/snippets/fsmodule.md deleted file mode 100644 index d668b184d..000000000 --- a/docs/markdown/snippets/fsmodule.md +++ /dev/null @@ -1,10 +0,0 @@ -## A new module for filesystem operations - -The new `fs` module can be used to examine the contents of the current -file system. - -```meson -fs = import('fs') -assert(fs.exists('important_file'), - 'The important file is missing.') -``` |