Interface: IEditor
A basic editor to manipulate a simple text file.
Examples
Methods
| Name |
Description |
|
Save()
|
Saves the modified content.
|
Properties
| Name |
Description |
|
Content
|
Reads or writes the content of the file.
|
|
FilePath
|
Represents the absolute path of the source file.
|