Skip to content

Commit

Permalink
[FOLLOWUP] Update documentation about absolute file paths, references #…
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Jul 18, 2018
1 parent 85bdc21 commit e74a4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Developers/Utilities/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ The :code:`\Cobweb\Svconnector\Utility\FileUtility` provides a general
method for reading the content of a file. It will transparently handle
the following syntax for pointing to a file:

- an absolute file path, e.g. :file:`/var/foo/web/fileadmin/import/bar.csv`
- an absolute file path (within the TYPO3 root path or :code:`TYPO3_CONF_VARS[BE][lockRootPath]`),
e.g. :file:`/var/foo/web/fileadmin/import/bar.csv`

- a file path relative to the TYPO3 root, e.g. :file:`fileadmin/import/foo.txt`

Expand Down

0 comments on commit e74a4e5

Please sign in to comment.