move files from one directory to another

move files from one directory to another

Comments

  • How would I start a flow to move files from one directory to another (with directories picked by a user)?

  • Ive attached some screenshots to help you with this. What you can do here is have the user select the file they want to move and a directory to move it to. In this example we just made a form with a few dropdowns

    [color=rgb(127, 140, 141)][font=Roboto][img]att1[/img][/font][/color][color=rgb(127, 140, 141)][font=Roboto]
    [/font][/color]Then you can use a Move File step to get a reference to the file and move it to the desired directory.

    [color=rgb(127, 140, 141)][font=Roboto][img]att2[/img][/font][/color][color=rgb(127, 140, 141)][font=Roboto]
    [/font][/color]
    One thing to be wary of is youll need to pass the full path for both the file and the directory in this step and the path is relative to the app server. To get the path to the file, you can use the File Upload component. The output from that component includes the full path to the file.
    [i]edited by bryan.thomas@decisions.com on 5/5/2020[/i]

Sign In or Register to comment.