Difference between revisions of "File"
From Mesham
Jump to navigationJump to search (Created page with '== Syntax == File == Semantics == A file handle with which the programmer can use to reference open files on the file system == Example == var i:File; In this example vari…') |
|||
Line 15: | Line 15: | ||
== Communication == | == Communication == | ||
− | + | It is not currently possible to communicate file handles due to operating system constraints. | |
[[Category:Element Types]] | [[Category:Element Types]] | ||
[[Category:Type Library]] | [[Category:Type Library]] |
Revision as of 16:22, 12 January 2013
Contents
Syntax
File
Semantics
A file handle with which the programmer can use to reference open files on the file system
Example
var i:File;
In this example variable i is explicitly declared to be of type File.
Communication
It is not currently possible to communicate file handles due to operating system constraints.