Hello,
I’m trying to save a file downloaded from Google Drive (I am not sure if this is the right way to do it? But that’s another discussion).
Why does Path.Combine append forward slashes to the file path? Please see error message here, and the corresponding activity configuration below that:
The expression configured in the activity is:
Path.Combine("C:\Users\Public\Documents\StudioWebArea\MyGoogleDrive_Files",GDrive_DownloadedFile.GetName()+"."+GDrive_DownloadedFile.GetExtension())
Thanks