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

5 lines
98 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
exist('input.txt','file')
exist('/input.txt','file')
exist('docs','dir')
exist('/docs','dir')