From e74a4e50becb2b4a7040d69587f42084d3f45523 Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Wed, 18 Jul 2018 13:14:22 +0200 Subject: [PATCH] [FOLLOWUP] Update documentation about absolute file paths, references #10 --- Documentation/Developers/Utilities/Index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Developers/Utilities/Index.rst b/Documentation/Developers/Utilities/Index.rst index 7c0d0cd..d804e83 100644 --- a/Documentation/Developers/Utilities/Index.rst +++ b/Documentation/Developers/Utilities/Index.rst @@ -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`