Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Waiting for file exclusive access before File action
#8
OK, i suspected that, but wanted to be sure. I would have simplified things.

Back to the zip thing, zip macro is useful, but too restricted.

What is the correct code to add files in zip?

function event $name [$newname]
event: 1 added, 2 removed, 4 renamed, 8 modified
ref qmzip qmzip_def

int hzip
sel event
case [1]
_s=name
hzip=OpenZip(_s.unicode 0 ZIP_FILENAME)
ZipAdd(hzip,"src1.txt", "u:\\src1.txt",0,ZIP_FILENAME)
Error in Macro3: expected 6 to 6 arguments, not 5. GRRRRRRRRR!!!!!!!!!!!!!
CloseZip(hzip);


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)