2014-06-09 14:45:41 +01:00
title: $:/language/Help/savetiddlers
2014-06-14 07:35:53 +02:00
description: Saves a group of raw tiddlers to a directory
2014-06-09 14:45:41 +01:00
2017-09-12 16:04:07 +01:00
(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)
2015-10-18 16:49:48 +09:00
Saves a group of tiddlers in their raw text or binary format to the specified directory.
2014-06-09 14:45:41 +01:00
```
2015-09-29 17:04:01 +01:00
--savetiddlers <filter> <pathname> ["noclean"]
2014-06-09 14:45:41 +01:00
```
2014-06-14 07:35:53 +02: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 14:45:41 +01:00
2015-09-29 17:04:01 +01: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 08:54:17 +01:00
2014-06-09 14:45:41 +01:00
Any missing directories in the pathname are automatically created.