A file system for reading and writing raw dataset files in lightweight, single-node transforms.
Returns FoundryDataSidecarFile objects for reading and writing files in the dataset.
Recurses through all directories and lists all files matching the given patterns, starting from the root directory of the dataset.
FileStatus – The logical path, file size, and modified timestamp.Open a FoundryFS file in the given mode.
Should be used in a with statement, especially when writing to a file.
io.open() ↗.