<filecreate> Creates a new empty file.


Command Tree:   File  \  Create
.
Syntax:   <filecreate>("File", Reserved)
File
Full path to the file to create (e.g., "c:\mydocuments\empty.doc").
Can be a static text or variable containing text.
Reserved
Must be 0.
.
.
Example:   <#> This command opens file you select.<enter><#><enter><filecreate>("c:\newfile.txt",0)