I am getting this message when try to restore -
System.IO.FileNotFoundException: Could not find file ‘D:\eM client\backup_202308211806.zip’.
File name: ‘D:\eM client\backup_202308211806.zip’
at System.IO.FileInfo.get_Length()
at MailClient.DbBackup.FormBackup.Restore(String backupFile, CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.Restore(CancellationToken cancellationToken)
at MailClient.DbBackup.FormBackup.<>c__DisplayClass27_0.<MainForm_Load>b__0(Object a, DoWorkEventArgs b)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
but the zip file is there sitting in the correct directory -
Can you help please