Skip to main content

Module file

Module file 

Source
Expand description

BIDS file representation with type detection, entity access, and companion lookup.

BidsFile is the central type representing a single file in a BIDS dataset. It carries the file’s path, extracted entities, metadata from JSON sidecars, and provides methods for reading JSON/TSV content, finding companion files, and copying/symlinking.

Structs§

BidsFile
Represents a single file in a BIDS dataset.

Enums§

CopyMode
How to copy a file to a new location.
FileType
The type of a BIDS file, determining what extra operations are available.