resolveFileById
expect abstract suspend fun resolveFileById(id: String, deep: Boolean = false): AbsoluteFile?
Content copied to clipboard
精确获取 AbsoluteFile.id 为 id 的文件. 在目标文件不存在时返回 null
. 当 deep 为 true
时还会深入子目录查找.
actual abstract suspend fun resolveFileById(id: String, deep: Boolean = false): AbsoluteFile?
Content copied to clipboard
精确获取 AbsoluteFile.id 为 id 的文件. 在目标文件不存在时返回 null
. 当 deep 为 true
时还会深入子目录查找.
actual abstract suspend fun resolveFileById(id: String, deep: Boolean): AbsoluteFile?
Content copied to clipboard
精确获取 AbsoluteFile.id 为 id 的文件. 在目标文件不存在时返回 null
. 当 deep 为 true
时还会深入子目录查找.