Fine
–initially use a assign activity like this in_filepath = “yourfolderpath”+""+now.tostring(“dd_MM_yy”)
where in_filepath is a string variable
–then use a create directory activity and pass the above variable as input in the path property
–now in the move file activity use the same variable as destination
the reason why we use a variable is to make it robust
Thanks @Palaniyappan,
This folder created by today’s date. I want to add the file name also.
in_filepath = “yourfolderpath”+"NewFolder"+now.tostring(“dd_MM_yy”)
It’s ok?
yah in copy file activity we need to pass the file path and not the folder
i hope W_FolderPath has the path alone
kindly concatenate with any filename like this W_FolderPath+“\”+“yourfilename”