Skip to main content

Data_Link.move

Data_Link.movesource target replace_existing

Documentation

Moves the data-link configuration from one place to another. The operation does not follow the data links, but copies the configuration between the provided files.

Arguments

  • source: The file to move the configuration from. It will be deleted.
  • target: The file to move the configuration to.
  • replace_existing: A flag specifying if the operation should replace an existing file. By default, the operation will fail if the file already exists.