Forum Discussion
3 Replies
- Hi Rotem,
As you are using JScript, you need to use double slashes to specify the path to save the archive:
slPacker.PackCurrentTest("C:\\New")
- AlexKaras
Champion Level 1
Hi Rotem,
Just a guess:
> slPacker.PackCurrentTest("C:\New")
As the parameter for the PackCurrentTest() method must specify full file name, this means that the code will create a 'New.zip' file in c:\ folder. Do you have write permissions for this folder? - rdidiNew ContributorHi Alex , yes i do have premissions
attched my Packer configuration