Path class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

Path()

Properties

delimiter String
no setter
hashCode int
The hash code for this object.
no setterinherited
posix Path
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sep String
no setter
win32 Path
no setter

Methods

basename(String path, [String ext]) String
dirname(String path) String
extname(String path) String
format(PathObject path) String
isAbsolute(String path) bool
join(String arg1, [String arg2, String arg3, String arg4, String arg5]) String
normalize(String path) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String path) PathObject
relative(String from, String to) String
resolve([String arg1, String arg2, String arg3, String arg4, String arg5]) String
toNamespacedPath(String path) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited