mttFileExists.m 80 B

12345
  1. function boolean = mttFileExists(filename)
  2. boolean = exist(filename)==2 ;