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
|
|
|
|
|
|