Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Read the <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html" rel="nofollow"><code>File</code>'s JavaDoc</a>. Here are some methods that you should consider:</p> <ul> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getName%28%29" rel="nofollow"><code>getName()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getAbsoluteFile%28%29" rel="nofollow"><code>getAbsoluteFile()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getAbsolutePath%28%29" rel="nofollow"><code>getAbsolutePath()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getCanonicalFile%28%29" rel="nofollow"><code>getCanonicalFile()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getCanonicalPath%28%29" rel="nofollow"><code>getCanonicalPath()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getParentFile%28%29" rel="nofollow"><code>getParentFile()</code></a></li> <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html#getParent%28%29" rel="nofollow"><code>getParent()</code></a></li> </ul> <hr> <p>Also, as aside advice, consider using <a href="http://docs.oracle.com/javase/7/docs/api/javax/swing/JFileChooser.html" rel="nofollow"><code>JFileChooser</code></a>(Swing) instead of <a href="http://docs.oracle.com/javase/7/docs/api/java/awt/FileDialog.html" rel="nofollow"><code>FileDialog</code></a>(AWT), unless you are working on a legacy GUI application.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload