Obtain the list of the names of all of the files and directories located in the specified directory. @param path The path for the resource of interest relative to the root of the web application. It must start with '/'. @return The list of resources. If path does not refer to a dir
(String path)
| 44 | * @return The list of resources. If path does not refer to a directory then a zero length array will be returned. |
| 45 | */ |
| 46 | String[] list(String path); |
| 47 | |
| 48 | /** |
| 49 | * Obtain the Set of the web applications pathnames of all of the files and directories located in the specified |
no outgoing calls