I would make the following suggestion: var file = File.new() var path = "user://example.txt" if file.file_exists(path): file.open(path, ...
確定! 回上一頁