RosettaCodeData/Task/Check-that-file-exists/MATLAB/check-that-file-exists.m

5 lines
98 B
Mathematica
Raw Permalink Normal View History

2013-04-10 15:42:53 -07:00
exist('input.txt','file')
exist('/input.txt','file')
exist('docs','dir')
exist('/docs','dir')