Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dok/index.dok')
-rw-r--r--dok/index.dok13
1 files changed, 11 insertions, 2 deletions
diff --git a/dok/index.dok b/dok/index.dok
index 0b7dbd6..6cde4e5 100644
--- a/dok/index.dok
+++ b/dok/index.dok
@@ -242,8 +242,8 @@ This directory is used to build variable ''package.cpath''.
The home directory of the current user.
-===== Operating system info =====
-{{anchor:paths.osinfo.dok}}
+===== Miscellaneous =====
+{{anchor:paths.misc.dok}}
==== paths.uname() ====
@@ -264,4 +264,13 @@ Returns true if the operating system is Microsoft Windows.
Returns true if the operating system is Mac OS X.
+==== paths.getregistryvalue(key,subkey,value) ====
+Query a value in the Windows registry value.
+Causes an error on other systems.
+
+==== paths.findprogram(progname) ====
+
+Finds an executable program and returns its full path.
+All the directories specified by the PATH variable are searched.
+Under windows, this also searches the "App Path" registry entries.