Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 956 Bytes

File metadata and controls

58 lines (31 loc) · 956 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileSystem > move

FileSystem.move() method

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;

Parameters

Parameter

Type

Description

options

IFileSystemMoveOptions

Returns:

void