RosettaCodeData/Task/Check-that-file-exists/MATLAB/check-that-file-exists.m
Ingy döt Net 0457928c3e ...
2013-04-10 15:42:53 -07:00

4 lines
98 B
Matlab

exist('input.txt','file')
exist('/input.txt','file')
exist('docs','dir')
exist('/docs','dir')