This version of the File class that inherits from the java.io.File class is designed specially
to let user's at the J2EEPS at CERN use and write to files stored at their local user area at
DFS.
A constructor that creates the file/directory specified with parent and child string
in the temporary directory locally at the J2EEPS container in question.
A constructor that creates the file/directory specified with parent and child string
in the temporary directory locally at the J2EEPS container in question.
This method takes the file from the DFS location and copies it to the temporary directory
locally at the J2EEPS server, for there to be further accessed/written to from the user's application
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by
this abstract pathname that satisfy the specified filter.
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by
this abstract pathname that satisfy the specified filter.