Fixed issue with desktop.ini file. Code said it skips processing when in fact it did not.
This commit is contained in:
@@ -52,6 +52,7 @@ namespace OneDriveArchiver
|
||||
if (item.ToLower().Contains("desktop.ini"))
|
||||
{
|
||||
Console.WriteLine($"{appName}: skipping desktop.ini file...");
|
||||
continue;
|
||||
}
|
||||
|
||||
// archive the file
|
||||
|
||||
Reference in New Issue
Block a user