File
import { deleteFile, fileExists, getFileExtension } from '@rtorcato/js-common/file'
Exports
| Name | Summary |
|---|---|
deleteFile | Deletes a file. |
fileExists | Checks if a file exists. |
getFileExtension | Gets the file extension from a file path. |
readFileAsString | Reads a file as a string (UTF-8). |
writeFileAsString | Writes a string to a file (UTF-8). |