getSourcePath

abstract fun getSourcePath(): String(source)

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.