Home > SYS_FileSystem > getLibrariesPaths
SYS_FileSystem.getLibrariesPaths() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取库目录路径
Signature
typescript
getLibrariesPaths(): Promise<Array<string>>;
1
Returns
Promise<Array<string>>
库目录路径数组
Remarks
注意 1:本接口仅全离线客户端有效,在浏览器环境内调用将始终 throw Error
注意 2:本接口需要使用者启用扩展的外部交互权限,如若未启用将始终 throw Error