Solar_Path_Stack::_unixToWindows()

protected mixed Solar_Path_Stack::_unixToWindows ( string|array $path )

Replaces Unix path and directory separators with system-specific separators.

Parameters

  • (string|array) $path: The path parameter to "fix" for Windows.

Returns

  • (mixed) The fixed path parameter.

Description

Replaces Unix path and directory separators with system-specific separators.

This is particularly helpful on Windows.



Local