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 작업을 참조하세요.

적용 대상

추가 정보