Home »
MCQs »
Electron.js MCQs
____ library allows you to access the file system to read and write files, create directories, and do other file operations
14. ____ library allows you to access the file system to read and write files, create directories, and do other file operations.
- Zlib
- Http
- Path
- fs
Answer: D) fs
Explanation:
fs library allows you to access the file system to read and write files, create directories, and do other file operations.