1 2 3 4 5 6 7 8
{ if( `about -nt` ) { // this is only done when Python is available $strFile = python("(u\"" + encodeString($strFile) + "\").replace(\"\\\\\",\"/\");"); } return $strFile; }