FormatInputPathObject

@native @JSType trait FormatInputPathObject extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var base: UndefOr[String]

The file name including extension (if any) such as 'index.html'

The file name including extension (if any) such as 'index.html'

var dir: UndefOr[String]

The full directory path such as '/home/user/dir' or 'c:\path\dir'

The full directory path such as '/home/user/dir' or 'c:\path\dir'

var ext: UndefOr[String]

The file extension (if any) such as '.html'

The file extension (if any) such as '.html'

var name: UndefOr[String]

The file name without extension (if any) such as 'index'

The file name without extension (if any) such as 'index'

var root: UndefOr[String]

The root of the path such as '/' or 'c:'

The root of the path such as '/' or 'c:'