utils/file_helper library

Functions

createDirectory(String path) → void
Creates the directory at path, including any missing parent directories. Does nothing if it already exists.
createFile(String filePath, String content) → void
Writes content to a new file at filePath. If the file already exists, logs a warning and leaves it untouched instead of overwriting it.