Create a new directory at the given path. @param path The path for the new resource to create relative to the root of the web application. It must start with '/'. @return true if the directory was created, otherwise false
(String path)
| 65 | * @return <code>true</code> if the directory was created, otherwise <code>false</code> |
| 66 | */ |
| 67 | boolean mkdir(String path); |
| 68 | |
| 69 | /** |
| 70 | * Create a new resource at the requested path using the provided InputStream. |
no outgoing calls