Method | Description | |
---|---|---|
Load ( string filePath ) : void |
Loads the specified file.
|
|
Save ( ) : void |
Saves the file.
|
|
Save ( string filePath ) : void |
Saves the specified file path.
|
|
TIL ( ) : System.Text |
Initializes a new instance of the TIL class.
|
|
TIL ( string filePath ) : System.Text |
Initializes a new instance of the TIL class.
|
public Load ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |
public TIL ( string filePath ) : System.Text | ||
filePath | string | The file path. |
return | System.Text |