I need to know whether an applet could use direct file access functionality, NOT via JNLP.
Is it possible for applet to access files via standard file classes:
- java.nio.file.Files;
- java.io.FileInputStream;
Is this possible for "Next Generation applet"?
Is this possible for pre "Next Generation applet"?