Can I do a File.WriteAllBytes in a method BPM?

,

Can I do a File.WriteAllBytes in a method BPM or is it only doable in a customization?

Please help!

Thank you,
Richard

Easiest way to find out is to test it.

and here’ what looks like an example

Great! Thank you for finding this Hally!

Does anybody know what assemblies and usings I need for writeallbytes?

Thank you,
Richard

Nevermind, I figured it out. I added:
using System.IO;

Going to point you to this post. You might want to reconsider Syystem.IO

2 Likes