10-29-2021, 06:05 AM
Hi
I'd like zip folder.
(native zip)
I see in help file, example:
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
I'd like zip folder.
(native zip)
I see in help file, example:
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