Skip to content

VB6 File Access

Benjamin edited this page Mar 2, 2022 · 2 revisions

VB6 File Access

Some level of VB6 compatibility is provided via the Power Packs.

Conversion

The converter attempts to use the powerpacks implementation of the relevant VB6 statement.

Functions

Powerpacks provides the following functions in the Microsoft.VisualBasic.FileSystem namespace (using static Microsoft.VisualBasic.FileSystem;).

Available functions are:

  • FileOpen
  • FileClose
  • FileGet
  • FilePut
  • Input
  • LineInput