File ntt/bin/trans/mttFileExists.m artifact 88a67661d5 part of check-in a8cce33cfa


function boolean = mttFileExists(filename)

    boolean = exist(filename)==2 ;



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]