tchmi_path
[ Funktion ]
function tchmi_path(path: string): string;
Saniert / vereinheitlicht einen Pfad.
Ersetzt alle umgekehrten Schrägstriche durch normale Schrägstriche, ersetzt mehrfache Schrägstriche durch einen Schrägstrich, entfernt führende Schrägstriche.
Parameter
Name | Typ | Beschreibung |
---|---|---|
path | eine beliebige Variable |
Rückgabewert
Typ | Beschreibung |
---|---|
Vereinheitlichter Wert |
Verfügbar ab Version 1.8 |
Beispiel - JavaScript
TcHmi.Log.debug(tchmi_path('\images///pumps\\pump.png'));
// => 'images/pumps/pump.png'