Differences between revisions 56 and 57
Revision 56 as of 2016-08-31 15:57:43
Size: 1153
Editor: KaiJaeger
Comment:
Revision 57 as of 2018-02-17 12:59:02
Size: 916
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
== Project Page ==

For bug reports, future enhancements and a full version history see [[OS/ProjectPage]]

== Version Information ==
||Original author: ||KaiJaeger ||
||Responsible: ||KaiJaeger ||
||Email: || kai@aplteam.com ||

OS: Interface to the Operating system

OS is part of the CategoryAplTree project.

Overview

This class offers methods that return the same result under Windows, Linux (without the PI) and Mac OS.

Examples are GetPID and KillPID.

Exceptions are the functions ShellExecute (Linux/Mac only) and WinExecute (Windows only). They perform very similar tasks but with very different parameters and results, so they were separated.

List of methods

Shared Methods:                                                                                                                     
  CreateParms_WinExecute
  GetPID           
  GetSharedLib     
  KillPID          
  ShellExecute     
  Version          
  WinExecute       

OS needs version 15.0 Unicode of Dyalog APL.


CategoryAplTree

OS (last edited 2018-03-03 11:39:49 by KaiJaeger)