C# Class Marker.FileHandler

ファイルを表示 Open project: chrisledet/Marker

Public Methods

Method Description
OpenFile ( String filePath ) : String
SaveHtml ( String filePath ) : void
SaveMarkdown ( String filePath ) : void

Private Methods

Method Description
SaveFile ( String filePath, String text ) : void

Method Details

OpenFile() public method

public OpenFile ( String filePath ) : String
filePath String
return String

SaveHtml() public method

public SaveHtml ( String filePath ) : void
filePath String
return void

SaveMarkdown() public method

public SaveMarkdown ( String filePath ) : void
filePath String
return void