File with Read Access
Name in Migrated Code: ENV.IO.FileReader
Location in Migrated Code: OnLoad Method
The _ioText is defined in the class:
ENV.IO.FileReader _ioInput
The following sub sections describe the migrated code usage for the options and properties of FileReader.
Name
_ioInput = new ENV.IO.FileReader()
{
Name = "ReadFromFile",
autoNewLine = false,
};
Format
_ioInput = new ENV.IO.FileReader()
{
Name = "ReadFromFile",
autoNewLine = false,
};
Exp/Var
_ioInput = new ENV.IO.FileReader("FileName.Txt")
{
};
Properties
Character set to use
_ioInPut = new ENV.IO.FileReader("FileName.Txt")
{
Oem = true,
};
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com