Home > SYS_FileManager > getDocumentFile
SYS_FileManager.getDocumentFile() method
获取文档文件
签名
typescript
getDocumentFile(fileName?: string, password?: string): Promise<File | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
fileName | string | (Optional) 文件名 |
password | string | (Optional) 加密密码 |
返回值
Promise<File | undefined>
文档文件数据,undefined
表示当前未打开文档或数据获取失败
备注
可以使用 SYS_FileSystem.saveFile() 接口将文件导出到本地文件系统