# Functions
No description provided by the author
No description provided by the author
NewFileOpen creates a file dialog allowing the user to choose a file to open.
NewFileSave creates a file dialog allowing the user to choose a file to save to (new or overwrite).
NewFolderOpen creates a file dialog allowing the user to choose a folder to open.
ShowFileOpen creates and shows a file dialog allowing the user to choose a file to open.
ShowFileSave creates and shows a file dialog allowing the user to choose a file to save to (new or overwrite).
ShowFolderOpen creates and shows a file dialog allowing the user to choose a folder to open.
# Variables
No description provided by the author
No description provided by the author
# Structs
FileDialog is a dialog containing a file picker for use in opening or saving files.
No description provided by the author