TCustomJSONPropStorage.FixPath

laz Json Prop Storage

[Overview][Classes][Index] Reference for unit 'JSONPropStorage' (#lazJsonPropStorage)

TCustomJSONPropStorage.FixPath

Turns '.' notation into '/' notation for the xpath-ish JSONConf underlayer.

Declaration

Source position: JSONPropStorage.pas line 42

protected function TCustomJSONPropStorage.FixPath(

  const APath: string

):string; virtual;

Arguments

APath

  

The path to be fixed.

Function result

The fixed path is returned with '.' replaced by '/'.