getPath

abstract fun getPath(): 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 getRelativePath().getPathString().

Return

The path. Never returns null.