VPaths class
Constructors
- VPaths()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
appendName(
String path, String append) → String -
contains(
String base, String path) → bool -
getDepth(
String path) → int -
hasParent(
String path) → bool -
hideExtension(
String name) → String -
isValidFileName(
String name) → bool -
isValidFolderName(
String name) → bool -
join(
String base, String append) → String -
localize(
String global, String base) → String -
name(
String path) → String -
parentOf(
String path) → String -
sanitize(
String path) → String