Table of Contents

Enum PathSuffix

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Specifies the known path suffixes that can be appended to a path.

public enum PathSuffix

Fields

FileCount = 1

Specifies that the suffix should be the number of files in the same directory that start with the same file name.

None = 0

Specifies that no suffix should be appended to the path.

Timestamp = 2

Specifies that the suffix should be the current timestamp as generated by a high resolution system timer, if available.