f
does not exist
@throws UnsupportedFileSystemException If file system for f
isnot supported
@throws IOException If an I/O error occurredExceptions applicable to file systems accessed over RPC:
@throws RpcClientException If an exception occurred in the RPC client
@throws RpcServerException If an exception occurred in the RPC server
@throws UnexpectedServerException If server implementation throws undeclared exception to RPC server
path
is a directory, return all the direct entries in it. If the path
is a file, return its ClientFileInfo.
@param path the target directory/file path
@return A list of ClientFileInfo, null if the file or folder does not exist.
@throws IOException
|
|
|
|
|
|
|
|
|
|