Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
text_input_on_file_dialog = function(t)
	-- the file dialog input only supports appending
	File_dialog_input_text = File_dialog_input_text..t
	refresh_file_dialog_input_start()
end