I need to put these into an array but some of the file names contain “,” which is confusing the assign activity. currently arrTenFilesArray = TenFiles.Split(","c)
How do i get around this? even if its renaming files with , in before hand.
You can split by comma and the check for Path.IsPathRooted and either treat as new item of append to last one.
See attached short example
.FileListSplitWithComma.xaml (8.7 KB)