File Copy

Copies a file. Supports local filesystem and UNC paths.

The File Copy Node is not executable in Run From Cloud configuration and should instead be run from a DropPoint.

This Node is only available in the 2023 Refresh.

Revision History

2.0.0.0 - Initial Release
2.0.0.1 - Fixed exception: Poll interval too long

Properties

Connection

Type: Connection Input
Provides a Connection and a DropPoint to service the request.

CreateTargetDirectory
Type: Boolean
When True, indicates that the target path should be created if it does not already exist.

OverwriteOnConflict
Type: Boolean
When True, indicates that the target path file should overwrite a pre-existing file on conflict.

SourcePath

Type: String Input
The path to the source file.

DestinationPath

Type: String Input
The path to the destination file.

Remarks

The prefix provided as part of SourcePath determines the file type as follows:

  • [Drive]:\ local filesystem
  • \\ UNC path for network share

Authentication

If you require specific credentials to gain access to a local file or UNC path, change the Windows Service account used by the DropPoint.

See Also

File Compressor
Flat File
File Read
File Write
File Delete
File Enumerate
File Info
File Move
File Watch