isfolder
确定输入是否为文件夹
说明
如果 folderName
是位于指定路径或当前文件夹中的文件夹,则 result = isfolder(
返回 1。否则,folderName
)isfolder
返回 0。
示例
输入是否为文件夹
创建文件夹 myfolder
,然后检查 myfolder
是否为文件夹。结果为 1 表示 myfolder
是文件夹。
mkdir myfolder; result = isfolder('myfolder')
result = logical
1
检查输入 myfile1.txt
和 myfolder
是否为文件夹。结果为 [0 1]
表示 myfile1.txt
不是文件夹,而 myfolder
是文件夹。
result = isfolder(["myfile1.txt", "myfolder"])
result = 1×2 logical array
0 1
输入参数
扩展功能
基于线程的环境
使用 MATLAB® backgroundPool
在后台运行代码或使用 Parallel Computing Toolbox™ ThreadPool
加快代码运行速度。
此函数完全支持基于线程的环境。有关详细信息,请参阅Run MATLAB Functions in Thread-Based Environment。
版本历史记录
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)