18filename somefile temp;
23%let path=&mcTestAppLoc/temp;
24%mv_createfile(path=&path, name=&file..txt,inref=somefile)
28 iftrue=(%mfv_existfile(&path/&file..txt)=1),
29 desc=Check
if created file exists
33 iftrue=(%length(%mfv_getpathuri(&path/&file..txt))>0),
34 desc=Check that a URI was returned