Hi
I have a DCR saved in the path say "templatedata/Common/Blog/data/net/home/test.xml" now i want to get the Group name of the folder "home" and set as meta data.Can any one help me on this.Thanks
This: IWDatacapture.getDCRPath (), along with some regex should suffice
I am able to get the folder name but not able to fetch the Group name of the folder.
Below is the code i have wrritten::
function getSiteName(){ var arr;var dcrPath = IWDatacapture.getDCRPath();arr = dcrPath.split("/");arr.pop();console.log(arr.join("/"));}
can any one help me.
Thanks
Sridhar
I mean... Are you really trying to develop enterprise software without even a rudimentary understanding of how to write programming code, or are you just hoping people will do your work for you?