homeHtmlWrite

ostrat.pWeb.homeHtmlWrite
object homeHtmlWrite

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(dir: String, title: String, bodyContent: String): EMon[String]

A quick and crude method for creating / overwriting an html file in the user's home directory. It takes 2 strings. The first is used for the HTML title and the file name. The second is contents of the HTML body element.

A quick and crude method for creating / overwriting an html file in the user's home directory. It takes 2 strings. The first is used for the HTML title and the file name. The second is contents of the HTML body element.

Attributes