Definition: | system_open(string filename) |
Description: | Opens a file in the same manner as would happen were it double-clicked in Explorer. |
Comments: | Note this routine has no known equivalent on RDS Eu or OpenEuphoria. |
Example 1: |
system_open(root_path&"project.doc") |
See Also: | system, getenv |