CreateFile creates a file relative to the root path of the handler. It also makes the handler's descriptor to point to this file.
(path string)
| 87 | // CreateFile creates a file relative to the root path of the handler. It also makes the |
| 88 | // handler's descriptor to point to this file. |
| 89 | CreateFile(path string) (io.WriteCloser, error) |
| 90 | // DirExists returns true if the directory relative to the root path of the handler exists. |
| 91 | DirExists(path string) bool |
| 92 | // FileExists returns true if the file relative to the root path of the handler exists. |
no outgoing calls
no test coverage detected