CRM_Utils_File::relativeDirectory() - Mark as deprecated
authorTim Otten <totten@civicrm.org>
Wed, 10 Jul 2019 06:35:31 +0000 (23:35 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 10 Jul 2019 06:35:31 +0000 (23:35 -0700)
commit78b93b792e5ca1254db0285efbbe30686120f8ca
tree7b456b05cf6ec5a41f07b7d2afa44071959c5271
parent47ec65476157c6d3b0c3e0b6d4ae88907e15c046
CRM_Utils_File::relativeDirectory() - Mark as deprecated

Computation of a relative path requires some base.  This implementation is
problematic because it relies on an implicit base which was constructed
problematically.  Moreover, the function is not used anywhere in the known
`universe`.
CRM/Utils/File.php