Documentation ¶
Overview ¶
Package file provides functions for dealing with files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Scope = wdte.S().Map(map[wdte.ID]wdte.Func{ "open": wdte.GoFunc(Open), "create": wdte.GoFunc(Create), "append": wdte.GoFunc(Append), })
Scope is a scope containing the functions in this package.
Functions ¶
func Append ¶
Append is a WDTE function with the following signature:
append path
Opens the file at path for appending, creating it if it doesn't already exist, and returns it.
Types ¶
Click to show internal directories.
Click to hide internal directories.