My task is to download all the documents from document library in folder format.
Documents are downloading one by one individually.
I require them to be downloaded as a whole in folder format.
myObject = new ActiveXObject("Scripting.FileSystemObject");
this works only in Internet Explorer to create folder.
Can anyone suggest me,whether it is possible or not to do this.