mini\Util\Path::__toString()
Method
public
Signature
public function __toString(): string
Returns
string
Documentation
Convert path to string using platform-native separators
Returns the path as a string using the appropriate directory separator for the current platform:
- Windows: backslashes
\ - Unix-like: forward slashes
/