getFile() Gets the file name of this URL.
The returned file portion will be
the same as getPath(), plus the concatenation of
the value of getQuery(), if any.
Gets the file name of this URL.
The returned file portion will be
the same as getPath(), plus the concatenation of
the value of getQuery(), if any. If there is
no query portion, this method and getPath() will
return identical results.
the file name of this URL,or an empty string if one does not exist
Tool function: queries a query string and adds the key/value pairs to the specified
properties map
Parameters: q - String Parameters: toAddTo - Properties