HiActually, the return value of getDCRPath() is the vpath of a particular .dcr file. But the output which i am getting mismatches with the original vpath.The code isfunction onSaveName() { var params = new Object(); params.vpath = IWDatacapture.getDCRPath(); alert(params.vpath);}The output i get is//CTSINTCOSCOE/default/main/Development/WORKAREA/Test/templatedata/Wicked/Event/data/event3.dcrBut the actual vpath is //CTSINTCOSCOE/default/main/Development/WORKAREA/Test/templatedata/Wicked/Event/Data/event3.dcrThe difference is the case of the letter. Output has lowercase 'd' in /data/ whereas original path has uppercase 'D' in it.This creates problem when comparing.Please help me ASAP,Sangeetha.
At least take some internal training, regarding folder structure, location of files