dirPath property

String get dirPath

目录路径

Implementation

String get dirPath {
  return path.substring(0, path.lastIndexOf('/'));
}