Added support for symbolic links on non-Windows platforms.

This commit is contained in:
2017-08-22 18:05:18 +01:00
parent a874eb48a3
commit a2b6c4a828
7 changed files with 261 additions and 51 deletions

View File

@@ -54,6 +54,7 @@ namespace osrepodbmgr.Core
public static bool usableDotNetZip;
public static string clamdVersion;
public static bool virusTotalEnabled;
public static Dictionary<string, string> symlinks;
public delegate void UnarChangeStatusDelegate();
public static event UnarChangeStatusDelegate UnarChangeStatus;