C# Class UnityRose.Formats.TIL

TIL class.
Mostrar archivo Open project: osROSE/UnityRose

Public Methods

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.

Method Details

Load() public method

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
return void

Save() public method

Saves the file.
public Save ( ) : void
return void

Save() public method

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path.
return void

TIL() public method

Initializes a new instance of the TIL class.
public TIL ( ) : System.Text
return System.Text

TIL() public method

Initializes a new instance of the TIL class.
public TIL ( string filePath ) : System.Text
filePath string The file path.
return System.Text