NFC azonosítás is kész
This commit is contained in:
@@ -97,6 +97,16 @@ if (!Directory.Exists(pdfDirectory))
|
||||
{
|
||||
Directory.CreateDirectory(pdfDirectory);
|
||||
}
|
||||
string downloadDirectory = Path.Combine(Directory.GetCurrentDirectory(), "Downloads");
|
||||
if (!Directory.Exists(downloadDirectory))
|
||||
{
|
||||
Directory.CreateDirectory(downloadDirectory);
|
||||
}
|
||||
string downloadAPKDirectory = Path.Combine(Directory.GetCurrentDirectory(), "Downloads","APK");
|
||||
if (!Directory.Exists(downloadAPKDirectory))
|
||||
{
|
||||
Directory.CreateDirectory(downloadAPKDirectory);
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user