The given path's format is not supported , when trying to save file on a shared drive

Im trying to save a file which has this location path

"\\<Ip Adress>\Redirectionshare\<Name>\My Documents\UiPath\PayDay Loan_Kotak_SaS\Data\Output\PDL Output\File.txt"

Project is in a shared drive

Getting full path like this

FolderPath = System.Io.Path.GetFullPath(.\Data\Output\PDL Output) // The .(dot) before the ‘\Data’ is helping me to get the path correctly

Write Text File

FolderPath +Now.ToString+" PDLUpdated.txt"

Im getting this error on write text file actvity

The given path's format is not supported

@indiedev91

Some times the file will not save in the shared folder

Try with move file activity

Cheers

Nope didnt worked , given the same error on move file activity