Hi all,

Is anyone aware of a method to export a resource (an .accdb file) at runtime ?

I've had success in exporting image files by using :-
My.Computer.FileSystem.WriteAllBytes("filepath", My.Resources.filename, False)

Unfortunately this method dosen't enable the export of the file type I need. For various reasons the file must be exported at runtime, so any ideas would be helpful.

Thanks

Charlie