Summary
    Indicates whether to set the metadata key 
		WritePath to Path.Combine(RelativeFileDir, WriteFileName).
    - Assembly
- Wyam.Core .dll 
- Namespace
- Wyam.Core .Modules .Metadata 
- Containing Type
- FileName
Syntax
public FileName PreservePath(bool preservePath)Parameters
| Name | Type | Description | 
|---|---|---|
| preservePath | bool | If set to true, theWritePathmetadata key is set. | 
Return Value
| Type | Description | 
|---|---|
| FileName | The current module instance. | 
