Skip to content

Latest commit

 

History

History
103 lines (50 loc) · 1.53 KB

File metadata and controls

103 lines (50 loc) · 1.53 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IFileSystemMoveOptions

IFileSystemMoveOptions interface

The options for FileSystem.move()

Signature:

export interface IFileSystemMoveOptions extends IFileSystemWriteFileOptionsBase 

Extends: IFileSystemWriteFileOptionsBase

Properties

Property

Modifiers

Type

Description

destinationPath

string

The new path for the object. The path may be absolute or relative.

overwrite?

boolean

(Optional) If true, will overwrite the file if it already exists.

sourcePath

string

The path of the existing object to be moved. The path may be absolute or relative.