hola comunidad, estoy guardando un archivo txt
pero quiero guardarlo en otra ruta y con otro nombre, solo me da la posibilidad de hacerlo al abrir el archivo y seleccionar guardar como, y elegir la ruta
no puedo moverlo.
Hey @mively
Hi! You can easily save a .txt file to a different location and under a different name without having to rely on the “Save As” option in Notepad. In UiPath, you can use the “Write Text File” activity, where you specify both the content and the full destination path including the new file name.
@mively
Ok, so you can use the Ctrl + Shift + S shortcut to trigger the “Save As” window.
Then, use a “Type Into” activity to enter the full path along with the new file name.
You can store this path in a variable or enter it directly as text.
Finally, use a Send Hotkey with Enter to confirm and save the file.