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 information about a file.
md5
sha1
my.getFileInfo({ apFilePath: filePath, digestAlgorithm: 'md5', success: (res) => { console.log('Size:', res.size); console.log('MD5:', res.digest); } });