반응형 filesystemevent1 [🍎 macOS] 파일 또는 폴더 파일 시스템 이벤트 모니터링 (How to monitor a folder for new files) 파일 시스템 이벤트에 대한 세부적인 내용은 아래와 같습니다. static let all: DispatchSource.FileSystemEvent → 모든 파일 시스템 이벤트를 감지합니다.static let attrib: DispatchSource.FileSystemEvent → 파일 또는 디렉토리의 속성 (파일 소유자, 권한, 수정 시간 등) 변경을 감지합니다.static let delete: DispatchSource.FileSystemEvent → 파일 또는 디렉토리 삭제를 감지합니다.static let extend: DispatchSource.FileSystemEvent → 파일 용량 증가를 감지합니다.static let funlock: DispatchSource.FileSystemEvent →.. 2024. 9. 6. 이전 1 다음 반응형