[Overview][Classes][Procedures and functions][Index] |
Turns '.' notation into '/' notation for the xpath-ish JSONConf underlayer.
Source position: jsonpropstorage.pas line 33
protected function TCustomJSONPropStorage.FixPath( |
const APath: string |
):string; virtual; |
APath |
|
The path to be fixed. |
The fixed path is returned with '.' replaced by '/'.
lazarus-ccr.sourceforge.net |