interface IDirectoryContents
cangjie
public interface IDirectoryContents <: Iterable<IFileInfo>功能:表示可枚举的目录内容集合。
父类型:
- Iterable<IFileInfo>
成员概览
| 成员 | 功能 |
|---|---|
| prop exists | 返回目录内容是否存在。 |
prop exists
cangjie
prop exists: Bool功能:返回目录内容是否存在。
类型:Bool