pub fn file_registry_path() -> BpResult<PathBuf>
Path to the file registry (uploaded file catalogue).
JSON list of StoredFileEntry records written by PutFile so that bp ls can enumerate all files the user has uploaded.
StoredFileEntry
PutFile
bp ls