FileSystem::FileGet Method

 

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Array^%, Int64, Boolean, Boolean)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Boolean%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Byte%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Char%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, DateTime%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Decimal%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Double%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Int16%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Int32%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Int64%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, Single%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, String^%, Int64, Boolean)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFileGet(Int32, ValueType^%, Int64)

Reads data from an open disk file into a variable. The My feature gives you better productivity and performance in file I/O operations than FileGet. For more information, see FileSystem.

Return to top
Show: