How to make an export varaible with a file selector

very basic quetion, but i cant seem to figure it out.

how do i make an export variable where u can select a file? i need it for something im making.

1 Like

You can use @export_file if you want to pick a file from within the project, and you can use @export_global_file for any file on the system.

thank you so much!

1 Like