The IC1FileInfo 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.
|
![]() | GetObjectData | |
![]() | 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 | |
![]() | Replace(String, String) |
Replaces the given file with this one.
|
![]() | Replace(String, String, Boolean) |
Replaces the given file with this one.
|