| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > move
Moves a file. The folder must exist, unless the ensureFolderExists option is provided. Behind the scenes it uses fs-extra.moveSync()
Signature:
static move(options: IFileSystemMoveOptions): void;|
Parameter |
Type |
Description |
|---|---|---|
|
options |
Returns:
void