-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
When calling ArchiveHooks
with retainedFileCountLimit
the target directory is ignored.
Fore example:
new ArchiveHooks(3, CompressionLevel.Fastest, "/archive");
will never move compressed files in /archive
folder.
Possible solution:
this.targetDirectory = null; |
should be this.targetDirectory = targetDirectory;
Metadata
Metadata
Assignees
Labels
No labels