How can I create a new file in the Kinetic Cloud

I want to create a new file based on the File Name Input I take from a TextBox and download the same file to my local file system using the Application Studio.

Can someone please suggest a way out?

1 Like

Sure, but tell us more about what you are doing and why, so we can help you better.

1 Like

I’m trying to:

  • Based on the selected values from my Dataview, I’m creating a string in my Function.
  • Next Accept the FileName as an Input.
  • Trying to create a file with the same FileName in my local filesystem directory for ex. C:\ESD\
  • Then write the string data into the file
2 Likes

Missed the why part.

But this thread might help you out.

Replacement For system.IO - Kinetic ERP - Epicor User Help Forum (epiusers.help)

1 Like