Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ZIP correct file/folder path ?
#1
Hi

I'd like zip folder.
(native zip)

I see in help file, example:
Code:
Copy      Help
 
str zf="$desktop$\test.zip"
str sf.getmacro("List of files to zip")
str sw

out "zip"
zip zf sf 0 sw
if(sw.len) out sw 

If, i delete "List of files to zip" text  and run  is empty zip, OK

but

Wat is  the correct format path, if files? for example: c:\\test.txt  ...???
and
Wat is  the correct format path, if folder? for example: c:\\00\*.*   ...???

Thanks


Messages In This Thread
ZIP correct file/folder path ? - by 963 - 10-29-2021, 06:05 AM
RE: ZIP correct file/folder path ? - by Kevin - 10-29-2021, 02:45 PM
RE: ZIP correct file/folder path ? - by 963 - 10-29-2021, 04:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)