new File
Instantiates a File object for the given child path in the given parent directory.
Return
a File object.
Content copied to clipboard
Parameters
parent
a File object describing the parent directory.
Content copied to clipboard
child Path
a (relative) file name.
Content copied to clipboard
Instantiates a File object for the given child path in the given parent directory.
Return
a File object.
Content copied to clipboard
Parameters
parent Path
a fully qualified parent directory.
Content copied to clipboard
child Path
a (relative) file name.
Content copied to clipboard
Instantiates a File object for the given path.
Return
a File object.
Content copied to clipboard
Parameters
path
a fully qualified path.
Content copied to clipboard