This topic has not yet been rated - Rate this topic

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. For more information, see My.Computer.FileSystem Object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Public method Static member FilePut(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 My.Computer.FileSystem Object.
Top

For more detailed information, see the Visual Basic topic FilePut Function.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.