I'm trying to determine if a specific .xml file exists on my desktop
before running additional code. The following trusted script is in my
Javascripts folder level. The "First Part" section below simply sets all
fields of the form to be open. The second part looks for a .xml file in
which to import XFA data from.My problem is that I'm trying to determine
whether this .xml file exists in the first place. Right now if it
doesn't exist, it displays a dialog window requesting I browse for the
file. ...