Jummit / file-utils

Godot addon that provides commonly used file system operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Godot addon that provides commonly used file system operations


Languages

Language:GDScript 100.0%