You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Action should have 2 behaviors to choose in a case when a file already exists in a target directory:
replace existing file
throw an error that file already exists
In this PR #77 that is going to be merged implemented replace existing file behavior that is needed for a project and it replaced throw an error that file already exists behavior, but it is good to have both of them in Move File action
The text was updated successfully, but these errors were encountered:
Description:
Action should have 2 behaviors to choose in a case when a file already exists in a target directory:
In this PR #77 that is going to be merged implemented
replace existing file
behavior that is needed for a project and it replacedthrow an error that file already exists
behavior, but it is good to have both of them in Move File actionThe text was updated successfully, but these errors were encountered: