Constructor SequencedPathName
SequencedPathName(string, bool)
Constructs a SequencePathName object with path, and optional sequence number.
Declaration
public SequencedPathName(string path, bool addSequenceNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to the file on the local file system.. |
| bool | addSequenceNumber | When true, appends an auto incrementing sequence number before the extension. |