(path: string)
| 39 | open(file: FileInfo): Promise<FileReader>; |
| 40 | // 打开目录 |
| 41 | openDir(path: string): Promise<FileSystem>; |
| 42 | // 创建文件 |
| 43 | create(path: string, opts?: FileCreateOptions): Promise<FileWriter>; |
| 44 | // 创建目录 |
no outgoing calls
no test coverage detected