Files
open-insight/LSL2/OIEVENT/CHANGED/EXPORTS.PATH.json
2024-03-25 15:12:53 -07:00

11 lines
324 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "Path = Get_Property(CtrlEntID,'DEFPROP')\r\nIF INDEX(Path,'/',1) THEN\r\n\tCall ErrMsg('\"/\" characters are invalid in paths. Use \"\\\" instead.')\r\nEND\r\nRETURN 1"
}
}
}