I am trying to move the file into file system by creating a folder on the destination path. I am passing folder parameter using constant. This is moving file in file system but not creating folder. Please guide me what I should configure so that it will create folder and move file in it.
++farmank0708
Discussion posts and replies are publicly visible
You'd need to create the folder (separately) first, with your desired name and parent folder.
Mike Schmitt we are not even able to create a folder in other system.
What "destination" string are you specifying? I somehow mis-read your original question and realize you're talking about trying to create a folder in an external system. For that you probably just need to format the destination string properly.