FileSystemEntry.IsDirectory 속성

정의

이 항목이 디렉터리인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsDirectory { bool get(); };
public bool IsDirectory { get; }
member this.IsDirectory : bool
Public ReadOnly Property IsDirectory As Boolean

속성 값

Boolean

true항목이 디렉터리인 경우 그렇지 않으면 . false

적용 대상