getPath

abstract fun getPath(): String(source)

Returns the path of this file, relative to the root of the copy destination.

Always uses '/' as the hierarchy separator, regardless of platform file separator. Same as calling getRelativePath().getPathString().

Return

The path, relative to the root of the copy destination. Never returns null.