Can I add a field to a script to allow users to set a JSON file?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kitfox

I have a JSON file with some info I need to read in. I was wondering if there was some sort of field I could export so that a user could set the file my node needs.

:bust_in_silhouette: Reply From: kitfox

Looks like I can:

export (String, FILE, "*.json") var myJsonFile: String