![]() |
<< Index >> |
FutureBasic 5 |
run( partially deprecated - see syntax ) | statement | |
|
run path
- where path is a CFStringRefrun URL
- where URL is a CFURLRefrun path$ [,refNum% [,dirID&]]
This format is obsolete, unsupported and should not be usedpath
or URL
and puts it into the foreground, making it the active process. The program that launched the application does not quit, but is no longer in the foreground.run @"/Applications/Calculator.app"
  // CFStringRef literalrun path
  // CFStringRef variablerun url
  // CFURLRef variablefn WS_LaunchApplication
and fn WS_OpenURL
.