datalad_next.iter_collections.FileSystemItemType

class datalad_next.iter_collections.FileSystemItemType(value)[source]

Bases: Enum

Enumeration of file system path types

The associated str values are chosen to be appropriate for downstream use (e.g, as type labels in DataLad result records).

directory = 'directory'
file = 'file'
specialfile = 'specialfile'