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 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c9d606..6b22d18 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,11 @@ This is similar to the well know shell command `"basename"`.
Return the name of directory containing file `path`.
This is similar to the well known shell command `"dirname"`.
+<a name="paths.extname"/>
+### paths.extname(path) ###
+
+Return the extension of the `path` or nil if none is found.
+
<a name="paths.concat"/>
### paths.concat([path1,....,pathn]) ###