SetDirectory joins any relative file paths with dir. Any paths that are empty or absolute remain unchanged.
(dir string)
| 78 | // SetDirectory joins any relative file paths with dir. |
| 79 | // Any paths that are empty or absolute remain unchanged. |
| 80 | SetDirectory(dir string) |
| 81 | } |
| 82 | |
| 83 | // JoinDir joins dir and path if path is relative. |
no outgoing calls
no test coverage detected