Differences From Artifact [812364a30b]:
- File src/browse.c — part of check-in [9c90b0f052] at 2011-12-06 00:09:09 on branch trunk — The finfo command and the file browsing pages of the web UI now honor the case-sensitive option and merge filenames that differ only in case as requested. (user: drh size: 8946) [more...]
To Artifact [b6400a4309]:
- File src/browse.c — part of check-in [318a0ac132] at 2012-03-16 15:21:13 on branch trunk — Added initial /json/dir implementation. (user: stephan size: 8939) [more...]
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + |
**
** Examples:
**
** pathelement('abc/pqr/xyz', 4) -> '/pqr'
** pathelement('abc/pqr', 4) -> 'pqr'
** pathelement('abc/pqr/xyz', 0) -> '/abc'
*/
|
| ︙ |