How to check it is a folder or not in MatLab? - isfolder -- MatLab

 How to check it is a folder or not in MatLab? - isfolder -- MatLab


How to check it is a folder or not in MatLab? 
[Ans]
isfolder

[syntax]
result=isfolder(<name>)

[description]
If <name> is a folder return true (logical 1). otherwise , return false (logical 0).

more details on:

Comments

Popular posts from this blog

How to join a file path with multiple char vector or string in MatLab? - fullfile -- MatLab