FilePath

open class FilePath : Path(source)

A Path that keeps the reference to the File

Constructors

Link copied to clipboard
constructor(file: File, url: String, canonicalUrl: String, relPath: String)

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