-
Notifications
You must be signed in to change notification settings - Fork 33
VB6 File Access
Benjamin edited this page Mar 2, 2022
·
2 revisions
Some level of VB6 compatibility is provided via the Power Packs.
The converter attempts to use the powerpacks implementation of the relevant VB6 statement.
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