The fully normalized path to this folder within the storage hierarchy.
Computed from parent and current, ensuring consistent formatting across platforms (e.g., no duplicate slashes or trailing separators).
String get fullPath => p.normalize("$parent/$current");