The C1FileInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AppendText |
Creates a file stream C1StreamWriter for appending.
|
![]() | CopyTo(String) |
Copies the file to the given path.
|
![]() | CopyTo(String, Boolean) |
Copies the file to the given path and overwrites any existing file if specified.
|
![]() | Create |
Creates a file stream C1FileStream.
|
![]() | CreateText |
Creates a file stream C1StreamWriter.
|
![]() | Delete |
Deletes the file.
(Overrides C1FileSystemInfo..::..Delete()()()().) |
![]() | GetObjectData | (Overrides C1FileSystemInfo..::..GetObjectData(SerializationInfo, StreamingContext).) |
![]() | MoveTo |
Moves the file to the given path.
|
![]() | Open(FileMode) |
Creates a file stream C1FileStream.
|
![]() | Open(FileMode, FileAccess) |
Creates a file stream C1FileStream.
|
![]() | Open(FileMode, FileAccess, FileShare) |
Creates a file stream C1FileStream.
|
![]() | OpenRead |
Creates a file stream C1FileStream.
|
![]() | OpenText |
Creates a file stream C1StreamReader.
|
![]() | OpenWrite |
Creates a file stream C1FileStream.
|
![]() | Refresh | (Overrides C1FileSystemInfo..::..Refresh()()()().) |
![]() | Replace(String, String) |
Replaces the given file with this one.
|
![]() | Replace(String, String, Boolean) |
Replaces the given file with this one.
|