Module: E2B::Models::FileType
- Defined in:
- lib/e2b/models/entry_info.rb
Overview
File types in the sandbox filesystem
Maps to the protobuf FileType enum used by the filesystem service.
Constant Summary collapse
- FILE =
Regular file (FILE_TYPE_FILE = 1)
"FILE"- DIRECTORY =
Directory (FILE_TYPE_DIRECTORY = 2)
"DIRECTORY"