doubleblind.blinding.VSICoder.blind¶
- VSICoder.blind(output_dir: Optional[Union[Path, Literal[None]]] = None)¶
Blind (encode) the files in the directory.
- Args:
output_dir (Path or None, optional): Directory to save the output file containing the details of the blinded files. If None, the root directory is used. Defaults to None.