diff --git a/mystic/nodespy_term.pas b/mystic/nodespy_term.pas index 3b6f46c..a4fe21c 100644 --- a/mystic/nodespy_term.pas +++ b/mystic/nodespy_term.pas @@ -647,6 +647,12 @@ Var Image : TConsoleImageRec; Queue : TProtocolQueue; Begin + If Not DirExists(XferPath) Then Begin + ShowMsgBox (0, 'Download directory does not exist'); + + Exit; + End; + Queue := TProtocolQueue.Create; Zmodem := TProtocolZmodem.Create(Client, Queue);