Look into the documentation for Microsoft.VisualBasic namespace and the FileSystem class there, it has methods like FileOpen, FilePut and FileGet. I think this is used only to convert old VB6 data. With new VB.Net applications you would use System.IO or System.Xml namespaces and/or serialization.