R.Zimmer
(Richard Zimmer)
1
Can I do a File.WriteAllBytes in a method BPM or is it only doable in a customization?
Please help!
Thank you,
Richard
Hally
(Simon Hall)
2
Easiest way to find out is to test it.
and here’ what looks like an example
R.Zimmer
(Richard Zimmer)
3
Great! Thank you for finding this Hally!
Does anybody know what assemblies and usings I need for writeallbytes?
Thank you,
Richard
R.Zimmer
(Richard Zimmer)
4
Nevermind, I figured it out. I added:
using System.IO;
Hally
(Simon Hall)
5
Going to point you to this post. You might want to reconsider Syystem.IO
2 Likes