mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added Package::saveCopy, which is used to implement the write_set_file script function.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1169 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -16,7 +16,7 @@ This function can only be used in an [[type:export template]], when <tt>create d
|
||||
| @file@ [[type:string]] Name of the file to write to
|
||||
|
||||
--Examples--
|
||||
> write_file("index.html", lots_of_html_code) == "index.html" # index.html now contains the given text
|
||||
> write_text_file(file:"index.html", lots_of_html_code) == "index.html" # index.html now contains the given text
|
||||
|
||||
--See also--
|
||||
| [[fun:write_image_file]] Write an image file to the output directory.
|
||||
|
||||
Reference in New Issue
Block a user