Greetings of the day…
I had given a task where I should get a character as an input from the user and I should search with that char in a specified folder for the files that are starting with the given char and move those files in another folder.
I am done with all but I need to create a new folder with the name of user input and move the file that matches with user-input I am using the function
destinationPath+letter+""+files
Where destination path is the path the folder to be created and the letter is a variable that stores the user input which should be the name of the folder and files is the file name that is renamed
I am doing it in move activity but I am getting an error that path does not exist how to overcome this
Thanks
Soumiya