File ntt/bin/trans/mttFileExists.m from the latest check-in


function boolean = mttFileExists(filename)

    boolean = exist(filename)==2 ;



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