Tagged Questions
0
votes
2answers
417 views
Appending text to an SPFile in document library (creating file if necessary)
Here is the setup. On error i want to write (append) the error message to an SPFile in a document library. If the file doesn't already exist i want to create it. Searching around this is what i ...