api / org.gradle.api.file / FileCopyDetails / getSourcePath

getSourcePath

abstract fun getSourcePath(): String

Returns the path of this file, relative to the root of the containing file tree.

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

Return
The path, relative to the root of the containing file tree. Never returns null.