Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileSystem::FilePut Method

 

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. F For more information, see FileSystem.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Array^, Int64, Boolean, Boolean)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Boolean, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Byte, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Char, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, DateTime, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Decimal, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Double, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Int16, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Int32, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Int64, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, Single, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, String^, Int64, Boolean)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem..

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Int32, ValueType^, Int64)

Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

System_CAPS_pubmethodSystem_CAPS_staticFilePut(Object^, Object^, Object^)

Obsolete. Writes data from a variable to a disk file. The My feature gives you better productivity and performance in file I/O operations than FilePut. For more information, see FileSystem.

Return to top
Show:
© 2017 Microsoft