We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fa345 commit 5ed87ebCopy full SHA for 5ed87eb
1 file changed
MDX2JSON/Installer.cls.xml
@@ -260,6 +260,7 @@ Check that incoming file is the one you need.</Description>
260
<Implementation><![CDATA[
261
Set extensions = ",xml,cls,csp,csr,mac,int,bas,inc,gbl,prj,obj,pkg,gof,"
262
Return:($L(File.name,".")=1) 0 //no extension
263
+ Return:File.name["module.xml" 0 // ZPM skip
264
Set File.Extension = $P(File.name,".",$L(File.name,"."))
265
Return $F(extensions,","_$ZCVT(File.Extension,"l")_",")
266
]]></Implementation>
0 commit comments