Move/rename; creates the destination's parent directories.
(oldRelPath: string, newRelPath: string)
| 265 | remove(relPath: string): Promise<void>; |
| 266 | /** Move/rename; creates the destination's parent directories. */ |
| 267 | rename(oldRelPath: string, newRelPath: string): Promise<void>; |
| 268 | /** |
| 269 | * Symlink-escape prevention: realpath the deepest existing ancestor of the |
| 270 | * target and require it to stay inside the (realpathed) root. Throws on escape. |
no outgoing calls
no test coverage detected