Question
1
Replies
755
Views
TCS
Posted: October 19, 2017
Last activity: August 23, 2018
Closed
File Movers from Pega to Local machine and to shared path
Hi all,
We have a requirement where we have to place prepared Jar files and generated PDF files into a new folder each time we are generating them. Any suggestions or ideas on how to implement this would be appreciated.
I don't believe there is a way to do that intrinsically, but you could do some clever work with the script component using system.io.directory.create and system.io.file.move.
http://help.openspan.com/80/Components/Script.htm
https://msdn.microsoft.com/en-us/library/system.io.directory.createdirectory(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/system.io.file.move(v=vs.110).aspx