mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-08 23:41:05 +02:00
Add directory watcher functionality
This commit is contained in:
@@ -37,6 +37,7 @@ public class DownloadCommands
|
||||
if (!File.Exists(fullPath))
|
||||
{
|
||||
ApiManager.SendNotificationMessageNewLine("Invalid file path!", NotificationMessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
string json = File.ReadAllText(fullPath);
|
||||
|
||||
Reference in New Issue
Block a user