Copy folder contents to a created .zip file: 'file not found or no read permissions'

前端 未结 2 1330
清酒与你
清酒与你 2020-12-10 21:18

I\'m trying to create a .zip file from an existing folder using JScript and it seems that my copyHere function is not copying to the .zip folder. Instead I get a popup box t

2条回答
  •  鱼传尺愫
    2020-12-10 21:22

    I encountered the same problem (file not found or no read permissions' even though I have read/write privileges on the file according to the value of my file.attributes property). The problem disapeared as soon as I found and suppress a 0 length file somewhere in the directory to be copied with the copyhere method.

提交回复
热议问题