allowSiblingDirectories property
final
Whether to allow relativization between sibling directories with no common parent.
When true, allows patterns like "../sibling/file.txt" When false, only allows relativization when there's a shared directory structure.
Implementation
final bool allowSiblingDirectories;