메소드 | 설명 | |
---|---|---|
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 TIL ( string filePath ) : System.Text | ||
filePath | string | The file path. |
리턴 | System.Text |