fileProperty

A Kotlin delegate to create a FileProperty (the implementation will be a SimpleFileProperty. Typical usage :

val fooProperty by fileProperty( initialValue )
var foo by fooProperty