PathHelper class

Constructors

PathHelper.new({required String pth})

Properties

hashCode int
The hash code for this object.
no setterinherited
pth String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() String
clone() PathHelper
conditionalResolve(bool flag, String path) PathHelper
deleteDirectory({bool recursive = false}) bool
deleteFile() bool
exists() bool
mkdir() PathHelper
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDir() PathHelper
removeFile() PathHelper
resolve(String path2) PathHelper
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

builder(String startPath) PathHelper
combine(String path1, String path2) String