PathHelper class
Constructors
- PathHelper.new({required String pth})
 
Properties
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