path property

  1. @override
String get path
override

Absolute path to the entry in the archive.

Implementation

@override
String get path =>
    relative(file.path, from: directory.path).replaceAll("\\", "/");