Hi Torels,
first of all I´d like to thank you for this UDF. 2nd point is, that I´m getting an Error with your UDF... I´m using Windows 10 and the Error message I´m getting is:
The Code I am working with is:
$Zip = _Zip_Create(@ScriptDir & "\#data\" & "\Backup\" & $Raum & "_" & _NowDate() & " " & $Zeit & " Uhr" &".zip")
$Root = @ScriptDir & "\" & $Raum & $Verbindung & $I & $Endung
MsgBox($MB_SYSTEMMODAL, "", $Root)
_Zip_AddFolder($Zip, $Root)
Can you tell me what the problem is?