PATH=getActualInspectionDir()+"/CADMODELS" cadfile = selectFileDialog(PATH,"*.sab","Select Model or click Cancel for no model",0) if cadfile == text(cadfile) then if fileExists(cadfile) then loadCADFile(cadfile) else endif else message("No model loaded") endif