Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In qml file i want to pass below way folder path.
is it possible ?
folder:"file://"+runTimeDir
It can be done alternatively by calling a function in this qml and passing folder path as an arg to the function. The arg can then be used to set the folder property.