名前をつけて保存の際(ファイル名の先頭に追記する方法)

WEBからファイルをダウンロードし、元のファイル名に上書きせずにファイル名の先頭に文字を追記する方法をどなたかお教えいただけますでしょうか?

if u dont want to rewrite file, u will need to copy it, for copy file u can use activitie ‘Copy File’ inside UiPath

image

Output:

image

Now, from where are u trying to get file? web page?

Thank you very much.

I’m trying to get a file from a web page.
What I want to do is get and add a variable at the beginning of the file name.

Ok, u need to do this:

  • 1.- Use a Open Browser Activity
  • 2.- U can iterate through the page with Send Key Activity (with tabulation) for download the file

When you can do that, i understand than you have a variable with a name and you want to add it to the name file, ¿right?, i need more details for can help u