ChangeFileExtension

Description

This activity change the extension of a local file.


Misc

DeleteFileIfExist InArgument<Boolean>

Default: false. If it is set to true DocsMarshal will automatically delete a file with the new file naem if it already exists. Otherwise if a file with the new name already exists an exception will be thrown.

NewExtension InArgument<String> REQUIRED

The new extension of the file.

Path InArgument<String> REQUIRED

The path of the file to change the extension.