moveFile(from_file_path, to_file_path, [copy])

Class: SwingUI.

Description:

Moves or copies a file synchronously. If the destination directory doesn't exist, the operation may fail.

Parameters:

Name Type Default Description

from_file_path

string

Source file path

to_file_path

string

Destination file path

[copy]

boolean

false

Copy instead of move

Returns:

Type: boolean