open()
Open a file.
This function executes the file open command.
Syntax
Parameters
| Parameter | Type | Description |
| None | | |
Return Value
True, if command was executed successfully.
False, if command was not executed successfully
Examples
#! /usr/bin/env python
import planetcnc
planetcnc.open()
See also