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

index.md « doc - github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dd23ccb1673f16d02210229851eac0d9ca7f7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<a name="paths.dok"></a>
# Filename Manipulation Package #

This package provides portable functions and variables to manipulate the file system :
 
  * [Manipulating filenames](filenames.md) : functions for manipulating filenames ;
  * [Directory functions](dirfunctions.md) : functions for listing and manipulating directories ;
  * [Directory paths](dirpaths.md) : paths to well known directories ;
  * [Miscellaneous](misc.md) : uncategorized functions ;

When this package is loaded, it also computes a number of useful 
variables indicating where the various Torch components are installed.  
Do not change their values.