ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# .readdirSync ### Array.<string> FileSystemManager.readdirSync(string dirPath) FileSystemManager.readdir 的同步版本 #### 参数 ##### string dirPath 要读取的目录路径 #### 返回值 ##### Array.<string> files 指定目录下的文件名数组。 #### 错误 错误码错误信息说明fail no such file or directory ${dirPath}目录不存在fail not a directory ${dirPath}dirPath 不是目录fail permission denied, open ${dirPath}指定的 filePath 路径没有读权限> 原文: <https://developers.weixin.qq.com/minigame/dev/api/file/FileSystemManager.readdirSync.html>