Skip to main content
October 9, 2024
Question

Create Folder in File System

  • October 9, 2024
  • 3 replies
  • 0 views

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.

++[mention:9a3c4b933d674b319102bb3e59083770:e9ed411860ed4f2ba0265705b8793d05] 

3 replies

mikes0011
Brainy
October 9, 2024

You'd need to create the folder (separately) first, with your desired name and parent folder.

October 11, 2024

[mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]  we are not even able to create a folder in other system.

mikes0011
Brainy
October 11, 2024

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.