findFile

open fun findFile(filerId: String): File

finds the file for this filerId in the local repository. If not found, returns null;

Return

the file or null

Parameters

filerId