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