Function writeString

#include <Geode/utils/file.hpp>geode::Result<>writeString(,)

Write a string to a file

Parameters

path

Path to the file to write to

data

Data to write to the file
Return value
Result indicating success or failure
Examples0