MATLAB Function Reference | ![]() ![]() |
Determine if input is a directory
Syntax
Description
tf = isdir('A')
returns logical 1
(true
) if A
is a directory and logical 0
(false
) otherwise.
Examples
indicating that mymfiles/results
is a directory.
See Also
![]() | ischar | isempty | ![]() |
© 1994-2005 The MathWorks, Inc.