Access to path is denied

Hi, @MW23
Do you remember this? Could you explain (maybe show) where/what the “Read-only” option is?
Thanks.

Hello,

Try saving with the whole path including the name and the extension of the file to be saved.
for example if you want to save an excel sheet: C:\users\excel1.xlsx
or if you want to save a mail message: C:\users\mail1.eml

Regards,
Reda

3 Likes

I encountered this using ‘SaveMail’ activity. It has two arguments: FilePath and MailMessage. Despite you provide file to save in MailMessage argument, you still need to add full path in FilePath arguemnt, like @reda said. For example:

In For Each item loop:
MailMessage: item
FilePath: “C:\xxx\” + item.Subject + “.eml”

Regards

2 Likes

Here, works

it doesnt work for me, i need help, tried deleting local folder already, but it instead says "could not find part of the path ….local…’

i solved it in a different way!!

  1. first at all ensure you only have 1 UiPath version installed, i recomend to unintall all of them
  2. remove old packages from your nuget\packages folder
  3. remove processes from orchestrator
  4. install new version
  5. connect assistant
  6. create processes again in your orchestrator

and ready for run!

yup, this worked! thanks!!!

Can anyone please share solution for this issue, I am stuck with this issue without any clue.