Graphisoft®

InputOutputVersion: 1.0

Folder::EntryType    

enum EntryType {  // 폴더 내 가능한 파일 시스템 엔트리 타입
    FileEntry,      // 파일
    FolderEntry,    // 폴더
    LinkEntry       // 링크
};