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