Resource
s in the collection.
@exception XMLDBException with expected error codes.ErrorCodes.VENDOR_ERROR
for any vendor specific errors that occur. If this abstract pathname does not denote a directory, then this method returns null
. Otherwise an array of File
objects is returned, one for each file or directory in the directory. Therefore if this pathname is absolute then each resulting pathname is absolute; if this pathname is relative then each resulting pathname will be relative to the same directory.
There is no guarantee that the name strings in the resulting array will appear in any specific order; they are not, in particular, guaranteed to appear in alphabetical order.
@return An array of abstract pathnames denoting the files anddirectories in the directory denoted by this abstract pathname. The array will be empty if the directory is empty. Returns null
if this abstract pathname does not denote a directory, or if an I/O error occurs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|