Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the list of all saved files.
apFilePath
size
createTime
my.getSavedFileList({ success: (res) => { res.fileList.forEach(file => { console.log(file.apFilePath, file.size); }); } });