Project

General

Profile

Actions

Feature #33753

closed

Task #33745: Integrate File Abstraction Layer

Integrate possibility to resolve relative path walks

Added by Oliver Hader about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2012-02-07
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

The BACK_PATH is a known thing in TYPO3, used to define the relative path to the TYPO3 main directory (./typo3/).
Since this setting is static and strict, it would be nice to finally get rid of it and have a dynamic way to the determine the relative paths to be walked.

Examples:
t3lib_utility_Path::resolveBackPath(PATH_t3lib)
t3lib_utility_Path::resolveBackPath(PATH_typo3)
t3lib_utility_Path::resolveBackPath(t3lib_extMgm::extPath('myext') . 'Resources/'):

Actions

Also available in: Atom PDF