SetDirectory joins any relative file paths with dir. Any paths that are empty or absolute remain unchanged.
(dir string)
| 89 | // SetDirectory joins any relative file paths with dir. |
| 90 | // Any paths that are empty or absolute remain unchanged. |
| 91 | SetDirectory(dir string) |
| 92 | } |
| 93 | |
| 94 | // JoinDir joins dir and path if path is relative. |
no outgoing calls
no test coverage detected