Java.IO.File: Constructor Members

The constructors of Java.IO.File are listed below. For a list of all members, see the File Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new File using the path of the specified URI.
Constructs a new file using the specified path.
Constructs a new file using the specified directory and name.
Constructs a new File using the specified directory path and file name, placing a path separator between the two.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.