FilePath

open class FilePath : Path(source)

A Path that keeps the reference to the File

Since

1.0

Constructors

Link copied to clipboard
constructor(file: File, url: String, canonicalUrl: String, relPath: String)
Creates a new FilePath.

Properties

Link copied to clipboard
Link copied to clipboard
val file: File
Link copied to clipboard
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String