Question

batch_transfer_handler_api is not creating folder

  • 11 March 2020
  • 2 replies
  • 161 views

Badge +2

Hi Guys, 

I am using the below method to geretae the file from database to application,Could you help me to create the subfolder , if its not there in application server.

  batch_transfer_handler_api.Download_From_Db


2 replies

Userlevel 7
Badge +30

Hi Guys, 

I am using the below method to geretae the file from database to application,Could you help me to create the subfolder , if its not there in application server.

  batch_transfer_handler_api.Download_From_Db

 

If it is not creating the folder, you need to make sure the folder exists on beforehand.

 

Userlevel 7
Badge +18

I believe the folder should already exist, if not, you should create it.

Reply