The C1FileInfo type exposes the following members.

Methods

  NameDescription
Public methodAppendText
Creates a file stream C1StreamWriter for appending.
Public methodCopyTo(String)
Copies the file to the given path.
Public methodCopyTo(String, Boolean)
Copies the file to the given path and overwrites any existing file if specified.
Public methodCreate
Creates a file stream C1FileStream.
Public methodCreateText
Creates a file stream C1StreamWriter.
Public methodDelete
Deletes the file.
(Overrides C1FileSystemInfo..::..Delete()()()().)
Public methodGetObjectData
Public methodMoveTo
Moves the file to the given path.
Public methodOpen(FileMode)
Creates a file stream C1FileStream.
Public methodOpen(FileMode, FileAccess)
Creates a file stream C1FileStream.
Public methodOpen(FileMode, FileAccess, FileShare)
Creates a file stream C1FileStream.
Public methodOpenRead
Creates a file stream C1FileStream.
Public methodOpenText
Creates a file stream C1StreamReader.
Public methodOpenWrite
Creates a file stream C1FileStream.
Public methodRefresh
Public methodReplace(String, String)
Replaces the given file with this one.
Public methodReplace(String, String, Boolean)
Replaces the given file with this one.

See Also