Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
2 library(process): Create processes and redirect I/O
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
library(process): Create processes and redirect I/O
process_create/3
process_which/2
process_id/1
process_id/2
is_process/1
process_release/1
process_wait/2
process_wait/3
process_kill/1
process_kill/2
process_group_kill/1
process_group_kill/2
process_set_method/1
Availability:
:- use_module(
library(process)
).
(can be autoloaded)
[semidet]
process_which
(
+Exe, -Path
)
True when
Path
is an absolute file name for the specification
Exe
. This deals with the search path as well as extensions used by the OS.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)