BDE 4.14.0 Production release
|
Provide testable bdls::FilesystemUtil
operations on Windows.
This subordinate component to bdls_filesystemutil provides a utility struct
template, bdls::FilesystemUtil_WindowsImpUtil
for implementing some of bdls::FilesystemUtil
s functions on Windows platforms. bdls::FilesystemUtil_WindowsImpUtil
accesses Windows functions and types through its template parameter, WINDOWS_INTERFACE
, in order to allow tests to supply mock Windows interfaces.