export async function convertLocalFileSystemURL(filePath?: string):Promise { if(!filePath) return null; return UTSiOS.convert2AbsFullPath(filePath) }