| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileSystemMoveOptions
The options for FileSystem.move()
Signature:
export interface IFileSystemMoveOptions extends IFileSystemWriteFileOptionsBase Extends: IFileSystemWriteFileOptionsBase
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
The new path for the object. The path may be absolute or relative. | ||
|
boolean |
(Optional) If true, will overwrite the file if it already exists. | ||
|
string |
The path of the existing object to be moved. The path may be absolute or relative. |