Alternative to FilePutObject?

  • Thread starter Thread starter Vax
  • Start date Start date
V

Vax

Guest
Im trying to save a collection object filled with items into a binary file. Seems FilePutObject should work fine for this, but I get an error that the function does not support the type I am trying to save. Im looking for a fast, reasonably simple method to save this thing in one shot, as its a large collection and the I/O system is much slower saving item by item. Anyone have any suggestions?
 
Back
Top