Jump to content

Zipping / removing files


skysel
 Share

Recommended Posts

Hi everyone, I'll need some help again. This script is supposed to zip contents of a directory, then delete the contents in it.

I've used Zip UDF posted here on forums. I'm just wondering, how can I exclude "Archive" folder from being zipped?

#Include <Zip.au3>
#Include <Date.au3> 
#Include <File.au3> 


Dim $filename = "tracelogs." & @YEAR & "-" & @MON & "-" & @MDAY & "-" & @HOUR & "-" & @MIN
$Zip = _Zip_Create("C:\TraceLogs\Archive\" & $filename & ".zip")
       _Zip_AddFolderContents($Zip, "C:\TraceLogs",4)

FileDelete("C:\TraceLogs\*.log")
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...