Nasal library/io: Difference between revisions

Jump to navigation Jump to search
(→‎Functions: Start open())
Line 108: Line 108:
|text = Opens the file with the specified mode and returns an <code>iofile</code> ghost object representing the file.
|text = Opens the file with the specified mode and returns an <code>iofile</code> ghost object representing the file.
|param1 = path
|param1 = path
|param1text = Full  
|param1text = Full path to the file as a string.
|param2 = mode
|param2 = mode
|param2text =  
|param2text = Optional mode parameter. Defaults to "rb".
|example1 =  
|example1 =  
}}
}}

Navigation menu