相关文章推荐
文质彬彬的熊猫  ·  vector 的六种 ...·  7 月前    · 
威武的鸡蛋面  ·  Spring WebFlux ...·  8 月前    · 
爱跑步的钥匙  ·  vim无插件使用 | ...·  11 月前    · 
玩足球的手套  ·  SpringBoot ...·  1 年前    · 

electron-fs-extra

1.0.0 Public • Published

electron-fs-extra

use fs-extra at electron render process

how to use

the same with fs-extra

import fs from 'electron-fs-extra';
 
async readFile(filePath) {
  return await fs.readFile(filePath)
}
 
readFile(filePath);

must install fs-extra first at project