ftos.files.move
IMPORTANT!
Starting with v24.3.0, this is renamed from moveFileToFolder to ftos.files.move.
Starting with v24.3.0, this is renamed from moveFileToFolder to ftos.files.move.
Moves a file to a known folder.
This is a business logic method for business service components.
Syntax
Copy
function ftos.files.move(sourceFileName : string, destinationFolderName : WorkflowKnownFolders): void;
| Parameter | Type | Description |
|---|---|---|
sourceFileName
|
string | Path to the file including the file extension. The file should be stored in a known folder, eg. Import/test1.csv. |
knownFolder
|
WorkflowKnownFolders | Name of the known folder:
|