FileSystemInfo.Exists 속성

정의

파일이나 디렉터리가 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

파일이나 디렉터리가 있으면 true이고, 그렇지 않으면 false입니다.

설명

일반적인 I/O 작업 목록은 일반적인 I/O 작업을 참조하세요.

적용 대상

추가 정보