Skip to main content
Module

x/bids_validator/main.ts>fileListToTree

Validator for the Brain Imaging Data Structure
Go to Latest
function fileListToTree
Re-export
import { fileListToTree } from "https://deno.land/x/bids_validator@v1.14.6-dev.0/main.ts";

Convert from FileList (created with webkitDirectory: true) to FileTree for validator use

Returns

Promise<FileTree>