/file-utils

Godot addon that provides commonly used file system operations

Primary LanguageGDScript

File Utils Addon

This addon provides commonly used file system operations.

Usage

Simply load the script and use the static functions:

const FileUtils = preload("res://addons/file_utils/file_utils.gd")
FileUtils.write("/tmp/file", "content")