logger for !9
xmp and json sidecar support Alignment with Phares 8.0.118.14905 for Shared and Metadata A_Metadata Parameter constructors Removed force-property-last-write-time-to-creation-time House Cleaning
This commit is contained in:
@ -64,7 +64,7 @@ public class SetCreatedDate
|
||||
{ }
|
||||
}
|
||||
|
||||
private List<Record> GetRecords(ProgressBar progressBar, ASCIIEncoding asciiEncoding, B_Metadata metadata, string[] files)
|
||||
private List<Record> GetRecords(ProgressBar progressBar, ASCIIEncoding asciiEncoding, A_Metadata metadata, string[] files)
|
||||
{
|
||||
List<Record> results = [];
|
||||
int? id;
|
||||
@ -101,9 +101,9 @@ public class SetCreatedDate
|
||||
int minutes;
|
||||
Record[] records;
|
||||
List<Record> unordered;
|
||||
ASCIIEncoding asciiEncoding = new();
|
||||
B_Metadata metadata = new(_PropertyConfiguration);
|
||||
List<Record[]> collections = [];
|
||||
ASCIIEncoding asciiEncoding = new();
|
||||
A_Metadata metadata = new(_PropertyConfiguration);
|
||||
foreach (string[] files in filesCollection)
|
||||
{
|
||||
minutes = 0;
|
||||
|
Reference in New Issue
Block a user