# Interface: FileSystemManagerStatRes
• FileSystemManagerStatRes()
# Properties
# errMsg
• errMsg: string
API 调用成功/失败的消息
Returns: string
# stats
• stats: Stats | Record‹string, Stats›
当 recursive 为 false 时,res.stats 是一个 Stats 对象。 当 recursive 为 true 且 path 是一个目录的路径时,res.stats 是一个 Object,key 以 path 为根路径的相对路径,value 是该路径对应的 Stats 对象。