mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 20:29:26 +01:00
Better error msg for invalid input path
This commit is contained in:
@@ -199,7 +199,7 @@ namespace Flowframes.Main
|
||||
{
|
||||
if (!IoUtils.IsDirValid(path))
|
||||
{
|
||||
ShowMessage("Input directory is not valid.");
|
||||
ShowMessage("Input directory is not valid.\nMake sure it still exists and hasn't been renamed or moved!");
|
||||
I.Cancel();
|
||||
return false;
|
||||
}
|
||||
@@ -208,7 +208,7 @@ namespace Flowframes.Main
|
||||
{
|
||||
if (!IsVideoValid(path))
|
||||
{
|
||||
ShowMessage("Input video file is not valid.");
|
||||
ShowMessage("Input video file is not valid.\nMake sure it still exists and hasn't been renamed or moved!");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user