18filename somefile temp;
23%mv_createfile(path=&mcTestAppLoc/temp, name=&file..txt,inref=somefile)
27 iftrue=(%mfv_existfile(&mcTestAppLoc/temp/&file..txt)=1),
28 desc=Check
if created file exists
32 iftrue=(%mfv_existfile(&mcTestAppLoc/temp/%mf_uid().txt)=0),
33 desc=Check
if non created file does not exist