2014-06-09 13:45:41 +00:00
title: $:/language/Help/savetiddlers
2014-06-14 05:35:53 +00:00
description: Saves a group of raw tiddlers to a directory
2014-06-09 13:45:41 +00:00
2017-09-12 15:04:07 +00:00
(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)
2015-10-18 07:49:48 +00:00
Saves a group of tiddlers in their raw text or binary format to the specified directory.
2014-06-09 13:45:41 +00:00
```
2015-09-29 16:04:01 +00:00
--savetiddlers <filter> <pathname> ["noclean"]
2014-06-09 13:45:41 +00:00
```
2014-06-14 05:35:53 +00:00
By default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.
2014-06-09 13:45:41 +00:00
2015-09-29 16:04:01 +00:00
The output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.
2015-09-03 07:54:17 +00:00
2014-06-09 13:45:41 +00:00
Any missing directories in the pathname are automatically created.