blob: 2464c090efe38e25085020fe1e164638d023d44d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<a name="paths.dok"></a>
# Filename Manipulation Package #
This package provides portable functions and variables to manipulate the file system :
* [Manipulating filenames](doc/filenames.md) : functions for manipulating filenames ;
* [Directory functions](doc/dirfunctions.md) : functions for listing and manipulating directories ;
* [Directory paths](doc/dirpaths.md) : paths to well known directories ;
* [Miscellaneous](doc/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.
|