Is there a way to prepend text to a file?

Hello all,

I like the Append Text to a file macro. However, I would like to prepend (add text to the beginning) text to a file.

Is there a way to currently do this? If not, Peter, can you add this in a future update?

Thanks!

Jim

To prepend text, you simple need to read the file, and then write what you want, followed by the original file data.

2 Likes

Thanks Peter! That helps!