Master sync
This commit is contained in:
@@ -15,6 +15,13 @@ namespace OneDriveArchiver
|
||||
Console.WriteLine("OneDriverArchiver: Please specify a directory with files mapped to a Microsoft OneDrive folder.");
|
||||
}
|
||||
else
|
||||
{
|
||||
// check if the directory to process really exists
|
||||
if (!Directory.Exists(args[0]))
|
||||
{
|
||||
Console.WriteLine($"The directory '{args[0]}' does not exist. Please specify another one.");
|
||||
}
|
||||
else
|
||||
{
|
||||
// normal processing...
|
||||
Console.WriteLine("OneDriverArchiver: starting up...");
|
||||
@@ -40,3 +47,4 @@ namespace OneDriveArchiver
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user