Structs

Structs

Make Json Pro File Data

Json Pro File Data

Overview

Creates a struct reference to a file using a directory path and file name. This struct is used across various systems for handling file-based operations such as loading or saving files. It serves as a general-purpose file descriptor, simplifying access to files on the user's machine.

Inputs

  • File Directory – The full system path to the folder containing the file.

  • File Name – The name of the file, including its extension (e.g., example.json, output.txt).

Outputs

  • Json Pro File Data – A unified struct representing the target file. It can be used in nodes related to reading, writing, uploading, or processing both JSON and binary file types. This is the core struct used for file-based operations in this plugin.

Last updated

Was this helpful?