FileSystemEntry 구조체
정의
찾기 결과를 처리하고 필터링하는 데 도움이 되는 FileSystemInfo의 하위 수준 보기를 제공합니다.Provides a lower level view of FileSystemInfo to help process and filter find results.
public value class FileSystemEntry
public struct FileSystemEntry
type FileSystemEntry = struct
Public Structure FileSystemEntry
- 상속
속성
Attributes |
이 항목에 대한 특성을 가져옵니다.Gets the attributes for this entry. |
CreationTimeUtc |
운영 체제에서 만들기 타임스탬프를 지원하지 않는 경우 항목의 만든 시간 또는 가장 오래된 사용 가능한 타임스탬프를 가져옵니다.Gets the creation time for the entry or the oldest available time stamp if the operating system does not support creation time stamps. |
Directory |
이 항목이 있는 디렉터리의 전체 경로를 가져옵니다.Gets the full path of the directory this entry resides in. |
FileName |
이 항목의 파일 이름을 가져옵니다.Gets the file name for this entry. |
IsDirectory |
이 항목이 디렉터리인지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether this entry is a directory. |
IsHidden |
파일에 숨겨진 특성이 있는지를 나타내는 값을 가져옵니다.Gets a value that indicates whether the file has the hidden attribute. |
LastAccessTimeUtc |
마지막 액세스 시간(UTC)을 나타내는 날짜/시간 오프셋을 가져옵니다.Gets a datetime offset that represents the last access time in UTC. |
LastWriteTimeUtc |
마지막 쓰기 시간(UTC)을 나타내는 날짜/시간 오프셋을 가져옵니다.Gets a datetime offset that represents the last write time in UTC. |
Length |
파일의 길이(바이트)를 가져옵니다.Gets the length of the file, in bytes. |
OriginalRootDirectory |
생성자에 지정된 열거형의 루트 디렉터리를 가져옵니다.Gets the root directory for the enumeration as specified in the constructor. |
RootDirectory |
열거형에 사용되는 루트 디렉터리의 전체 경로를 가져옵니다.Gets the full path of the root directory used for the enumeration. |
메서드
ToFileSystemInfo() |
이 인스턴스의 값을 FileSystemInfo으로 변환합니다.Converts the value of this instance to a FileSystemInfo. |
ToFullPath() |
찾기 결과의 전체 경로를 반환합니다.Returns the full path of the find result. |
ToSpecifiedFullPath() |
처음 제공된 경로를 기반으로 찾기 결과의 전체 경로를 반환합니다.Returns the full path for the find results, based on the initially provided path. |