Problem/Motivation
As part of the general clean-up of the File API, file_save_htaccess() and file_ensure_htaccess() need to be deprecated and moved into services.
Proposed Resolution
Move this functionality into a service called htaccess
, then turn both of these functions into wrappers around that service.